#CCE5EA

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

Shades of Onahau #CCE5EA

Tints of Onahau #CCE5EA

Color information

#CCE5EA (or 0xCCE5EA) is unknown color: approx Onahau. HEX triplet: CC, E5 and EA. RGB value is (204,229,234). Sum of RGB (Red+Green+Blue) = 204+229+234=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EA is #331A15. Grayscale: #DEDEDE. Windows color (decimal): -3349014 or 15394252. OLE color: 15394252.

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

Color convert

RGB204229234-
CMYK0.130.0200.08
HSL190º41.67%85.88%-
HSV(B)190º12.82%91.76%-
XYZ67.7774.8288.71-
YUV222.09134.72115.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=30.58%
G=34.33%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042292340.130.0200.0819041.6785.88
HexCCE5EAD208be2a56
Octal31434535215201027652126
Binary11001100111001011110101011011001000101111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5EA; }

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

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

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

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

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

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

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

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