#C4DEE8

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

Shades of Onahau #C4DEE8

Tints of Onahau #C4DEE8

Color information

#C4DEE8 (or 0xC4DEE8) is unknown color: approx Onahau. HEX triplet: C4, DE and E8. RGB value is (196,222,232). Sum of RGB (Red+Green+Blue) = 196+222+232=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEE8 is #3B2117. Grayscale: #D7D7D7. Windows color (decimal): -3875096 or 15261380. OLE color: 15261380.

HSL color Cylindrical-coordinate representation of color #C4DEE8: hue angle of 196.67º degrees, saturation: 0.44, 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 #C4DEE8 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196222232-
CMYK0.160.0400.09
HSL196.67º43.9%83.92%-
HSV(B)196.67º15.52%90.98%-
XYZ63.4569.886.47-
YUV215.37137.39114.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.15%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=30.15%
G=34.15%
B=35.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1962222320.160.0400.09196.6743.983.92
HexC4DEE810409c52c54
Octal30433635020401130554124
Binary1100010011011110111010001000010001001110001011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DEE8; }

 p { color: rgb(196,222,232); }

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

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

 a { background-color: rgb(196,222,232); }

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

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

 span { border-color: rgb(196,222,232); }

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