#CCE5EC

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

Shades of Onahau #CCE5EC

Tints of Onahau #CCE5EC

Color information

#CCE5EC (or 0xCCE5EC) is unknown color: approx Onahau. HEX triplet: CC, E5 and EC. RGB value is (204,229,236). Sum of RGB (Red+Green+Blue) = 204+229+236=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EC is #331A13. Grayscale: #DEDEDE. Windows color (decimal): -3349012 or 15525324. OLE color: 15525324.

HSL color Cylindrical-coordinate representation of color #CCE5EC: hue angle of 193.12º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE5EC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204229236-
CMYK0.140.0300.07
HSL193.12º45.71%86.27%-
HSV(B)193.12º13.56%92.55%-
XYZ68.0674.9390.23-
YUV222.32135.72114.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=30.49%
G=34.23%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042292360.140.0300.07193.1245.7186.27
HexCCE5ECE307c12e56
Octal3143453541630730156126
Binary1100110011100101111011001110110111110000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5EC; }

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

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

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

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

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

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

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

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