#CAE4EC

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

Shades of Onahau #CAE4EC

Tints of Onahau #CAE4EC

Color information

#CAE4EC (or 0xCAE4EC) is unknown color: approx Onahau. HEX triplet: CA, E4 and EC. RGB value is (202,228,236). Sum of RGB (Red+Green+Blue) = 202+228+236=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4EC is #351B13. Grayscale: #DDDDDD. Windows color (decimal): -3480340 or 15525066. OLE color: 15525066.

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

Color convert

RGB202228236-
CMYK0.140.0300.07
HSL194.12º47.22%85.88%-
HSV(B)194.12º14.41%92.55%-
XYZ67.2474.190.12-
YUV221.14136.39114.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=30.33%
G=34.23%
B=35.44%

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
Decimal2022282360.140.0300.07194.1247.2285.88
HexCAE4ECE307c22f56
Octal3123443541630730257126
Binary1100101011100100111011001110110111110000101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4EC; }

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

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

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

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

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

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

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

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