#CAE8EC

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

Shades of Onahau #CAE8EC

Tints of Onahau #CAE8EC

Color information

#CAE8EC (or 0xCAE8EC) is unknown color: approx Onahau. HEX triplet: CA, E8 and EC. RGB value is (202,232,236). Sum of RGB (Red+Green+Blue) = 202+232+236=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8EC is #351713. Grayscale: #DFDFDF. Windows color (decimal): -3479316 or 15526090. OLE color: 15526090.

HSL color Cylindrical-coordinate representation of color #CAE8EC: hue angle of 187.06º degrees, saturation: 0.47, 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 #CAE8EC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202232236-
CMYK0.140.0200.07
HSL187.06º47.22%85.88%-
HSV(B)187.06º14.41%92.55%-
XYZ68.3576.3390.49-
YUV223.49135.06112.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 232 (91.02% from 255) = 34.63%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=30.15%
G=34.63%
B=35.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022322360.140.0200.07187.0647.2285.88
HexCAE8ECE207bb2f56
Octal3123503541620727357126
Binary1100101011101000111011001110100111101110111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8EC; }

 p { color: rgb(202,232,236); }

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

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

 a { background-color: rgb(202,232,236); }

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

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

 span { border-color: rgb(202,232,236); }

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