#CAE5EC

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

Shades of Onahau #CAE5EC

Tints of Onahau #CAE5EC

Color information

#CAE5EC (or 0xCAE5EC) is unknown color: approx Onahau. HEX triplet: CA, E5 and EC. RGB value is (202,229,236). Sum of RGB (Red+Green+Blue) = 202+229+236=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5EC is #351A13. Grayscale: #DDDDDD. Windows color (decimal): -3480084 or 15525322. OLE color: 15525322.

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

Color convert

RGB202229236-
CMYK0.140.0300.07
HSL192.35º47.22%85.88%-
HSV(B)192.35º14.41%92.55%-
XYZ67.5274.6590.21-
YUV221.72136.05113.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=30.28%
G=34.33%
B=35.38%

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
Decimal2022292360.140.0300.07192.3547.2285.88
HexCAE5ECE307c02f56
Octal3123453541630730057126
Binary1100101011100101111011001110110111110000001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5EC; }

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

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

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

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

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

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

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

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