#CAE0DD

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

Shades of Jagged Ice #CAE0DD

Tints of Jagged Ice #CAE0DD

Color information

#CAE0DD (or 0xCAE0DD) is unknown color: approx Jagged Ice. HEX triplet: CA, E0 and DD. RGB value is (202,224,221). Sum of RGB (Red+Green+Blue) = 202+224+221=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0DD is #351F22. Grayscale: #D9D9D9. Windows color (decimal): -3481379 or 14541002. OLE color: 14541002.

HSL color Cylindrical-coordinate representation of color #CAE0DD: hue angle of 171.82º degrees, saturation: 0.26, 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 #CAE0DD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB202224221-
CMYK0.1000.010.12
HSL171.82º26.19%83.53%-
HSV(B)171.82º9.82%87.84%-
XYZ64.0671.0978.75-
YUV217.08130.21117.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=31.22%
G=34.62%
B=34.16%

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
Decimal2022242210.1000.010.12171.8226.1983.53
HexCAE0DDA01Cac1a54
Octal31234033512011425432124
Binary110010101110000011011101101001110010101100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0DD; }

 p { color: rgb(202,224,221); }

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

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

 a { background-color: rgb(202,224,221); }

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

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

 span { border-color: rgb(202,224,221); }

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