#C3DCE8

Color #C3DCE8 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C3DCE8

Tints of Onahau #C3DCE8

Color information

#C3DCE8 (or 0xC3DCE8) is unknown color: approx Onahau. HEX triplet: C3, DC and E8. RGB value is (195,220,232). Sum of RGB (Red+Green+Blue) = 195+220+232=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCE8 is #3C2317. Grayscale: #D5D5D5. Windows color (decimal): -3941144 or 15260867. OLE color: 15260867.

HSL color Cylindrical-coordinate representation of color #C3DCE8: hue angle of 199.46º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3DCE8 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195220232-
CMYK0.160.0500.09
HSL199.46º44.58%83.73%-
HSV(B)199.46º15.95%90.98%-
XYZ62.6668.6186.29-
YUV213.89138.22114.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 30.14%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=30.14%
G=34.00%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1952202320.160.0500.09199.4644.5883.73
HexC3DCE810509c72d54
Octal30333435020501130755124
Binary1100001111011100111010001000010101001110001111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCE8; }

 p { color: rgb(195,220,232); }

 H1.HeaderClassName
 {
   color: #C3DCE8;
 }
 .AnyTagClassName
 {
   color: #C3DCE8;
 }
</style>
background-color css

<style>
 a { background-color: #C3DCE8; }

 a { background-color: rgb(195,220,232); }

 div.DivClassName
 {
   background-color: #C3DCE8;
 }
 .BgClassName
 {
   background-color: #C3DCE8;
 }
</style>
border-color css

<style>
 span { border-color: #C3DCE8; }

 span { border-color: rgb(195,220,232); }

 td.TdClassName
 {
   border-color: #C3DCE8;
 }
 .TagClassName
 {
   border-color: #C3DCE8;
 }
</style>