#CCE5EB

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

Shades of Onahau #CCE5EB

Tints of Onahau #CCE5EB

Color information

#CCE5EB (or 0xCCE5EB) is unknown color: approx Onahau. HEX triplet: CC, E5 and EB. RGB value is (204,229,235). Sum of RGB (Red+Green+Blue) = 204+229+235=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EB is #331A14. Grayscale: #DEDEDE. Windows color (decimal): -3349013 or 15459788. OLE color: 15459788.

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

Color convert

RGB204229235-
CMYK0.130.0300.08
HSL191.61º43.66%86.08%-
HSV(B)191.61º13.19%92.16%-
XYZ67.9274.8789.47-
YUV222.21135.22115.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.54%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=30.54%
G=34.28%
B=35.18%

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
Decimal2042292350.130.0300.08191.6143.6686.08
HexCCE5EBD308c02c56
Octal31434535315301030054126
Binary11001100111001011110101111011101000110000001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5EB; }

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

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

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

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

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

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

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

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