#CCE5E9

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

Shades of Onahau #CCE5E9

Tints of Onahau #CCE5E9

Color information

#CCE5E9 (or 0xCCE5E9) is unknown color: approx Onahau. HEX triplet: CC, E5 and E9. RGB value is (204,229,233). Sum of RGB (Red+Green+Blue) = 204+229+233=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5E9 is #331A16. Grayscale: #DDDDDD. Windows color (decimal): -3349015 or 15328716. OLE color: 15328716.

HSL color Cylindrical-coordinate representation of color #CCE5E9: hue angle of 188.28º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE5E9 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204229233-
CMYK0.120.0200.09
HSL188.28º39.73%85.69%-
HSV(B)188.28º12.45%91.37%-
XYZ67.6374.7687.96-
YUV221.98134.22115.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 229 (89.84% from 255) = 34.38%
BLUE value IS 233 (91.41% from 255) = 34.98%
R=30.63%
G=34.38%
B=34.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042292330.120.0200.09188.2839.7385.69
HexCCE5E9C209bc2856
Octal31434535114201127450126
Binary11001100111001011110100111001001001101111001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5E9; }

 p { color: rgb(204,229,233); }

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

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

 a { background-color: rgb(204,229,233); }

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

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

 span { border-color: rgb(204,229,233); }

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