#CCE4EA

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

Shades of Onahau #CCE4EA

Tints of Onahau #CCE4EA

Color information

#CCE4EA (or 0xCCE4EA) is unknown color: approx Onahau. HEX triplet: CC, E4 and EA. RGB value is (204,228,234). Sum of RGB (Red+Green+Blue) = 204+228+234=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4EA is #331B15. Grayscale: #DDDDDD. Windows color (decimal): -3349270 or 15393996. OLE color: 15393996.

HSL color Cylindrical-coordinate representation of color #CCE4EA: hue angle of 192º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE4EA is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204228234-
CMYK0.130.0300.08
HSL192º41.67%85.88%-
HSV(B)192º12.82%91.76%-
XYZ67.574.2688.62-
YUV221.51135.05115.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=30.63%
G=34.23%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042282340.130.0300.0819241.6785.88
HexCCE4EAD308c02a56
Octal31434435215301030052126
Binary11001100111001001110101011011101000110000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4EA; }

 p { color: rgb(204,228,234); }

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

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

 a { background-color: rgb(204,228,234); }

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

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

 span { border-color: rgb(204,228,234); }

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