#CAE1DE

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

Shades of Jagged Ice #CAE1DE

Tints of Jagged Ice #CAE1DE

Color information

#CAE1DE (or 0xCAE1DE) is unknown color: approx Jagged Ice. HEX triplet: CA, E1 and DE. RGB value is (202,225,222). Sum of RGB (Red+Green+Blue) = 202+225+222=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1DE is #351E21. Grayscale: #D9D9D9. Windows color (decimal): -3481122 or 14606794. OLE color: 14606794.

HSL color Cylindrical-coordinate representation of color #CAE1DE: hue angle of 172.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE1DE is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB202225222-
CMYK0.1000.010.12
HSL172.17º27.71%83.73%-
HSV(B)172.17º10.22%88.24%-
XYZ64.4771.6879.55-
YUV217.78130.38116.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=31.12%
G=34.67%
B=34.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022252220.1000.010.12172.1727.7183.73
HexCAE1DEA01Cac1c54
Octal31234133612011425434124
Binary110010101110000111011110101001110010101100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1DE; }

 p { color: rgb(202,225,222); }

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

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

 a { background-color: rgb(202,225,222); }

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

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

 span { border-color: rgb(202,225,222); }

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