#CCE4E9

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

Shades of Onahau #CCE4E9

Tints of Onahau #CCE4E9

Color information

#CCE4E9 (or 0xCCE4E9) is unknown color: approx Onahau. HEX triplet: CC, E4 and E9. RGB value is (204,228,233). Sum of RGB (Red+Green+Blue) = 204+228+233=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCE4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4E9 is #331B16. Grayscale: #DDDDDD. Windows color (decimal): -3349271 or 15328460. OLE color: 15328460.

HSL color Cylindrical-coordinate representation of color #CCE4E9: hue angle of 190.34º 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 #CCE4E9 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204228233-
CMYK0.120.0200.09
HSL190.34º39.73%85.69%-
HSV(B)190.34º12.45%91.37%-
XYZ67.3574.2187.86-
YUV221.39134.55115.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=30.68%
G=34.29%
B=35.04%

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
Decimal2042282330.120.0200.09190.3439.7385.69
HexCCE4E9C209be2856
Octal31434435114201127650126
Binary11001100111001001110100111001001001101111101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4E9; }

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

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

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

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

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

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

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

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