#CCE4E8

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

Shades of Onahau #CCE4E8

Tints of Onahau #CCE4E8

Color information

#CCE4E8 (or 0xCCE4E8) is unknown color: approx Onahau. HEX triplet: CC, E4 and E8. RGB value is (204,228,232). Sum of RGB (Red+Green+Blue) = 204+228+232=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCE4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4E8 is #331B17. Grayscale: #DDDDDD. Windows color (decimal): -3349272 or 15262924. OLE color: 15262924.

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

Color convert

RGB204228232-
CMYK0.120.0200.09
HSL188.57º37.84%85.49%-
HSV(B)188.57º12.07%90.98%-
XYZ67.2174.1587.11-
YUV221.28134.05115.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 228 (89.45% from 255) = 34.34%
BLUE value IS 232 (91.02% from 255) = 34.94%
R=30.72%
G=34.34%
B=34.94%

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
Decimal2042282320.120.0200.09188.5737.8485.49
HexCCE4E8C209bd2655
Octal31434435014201127546125
Binary11001100111001001110100011001001001101111011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4E8; }

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

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

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

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

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

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

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

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