#CAE1DD

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

Shades of Jagged Ice #CAE1DD

Tints of Jagged Ice #CAE1DD

Color information

#CAE1DD (or 0xCAE1DD) is unknown color: approx Jagged Ice. HEX triplet: CA, E1 and DD. RGB value is (202,225,221). Sum of RGB (Red+Green+Blue) = 202+225+221=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1DD is #351E22. Grayscale: #D9D9D9. Windows color (decimal): -3481123 or 14541258. OLE color: 14541258.

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

Color convert

RGB202225221-
CMYK0.1000.020.12
HSL169.57º27.71%83.73%-
HSV(B)169.57º10.22%88.24%-
XYZ64.3371.6378.84-
YUV217.67129.88116.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=31.17%
G=34.72%
B=34.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022252210.1000.020.12169.5727.7183.73
HexCAE1DDA02Caa1c54
Octal31234133512021425234124
Binary1100101011100001110111011010010110010101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1DD; }

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

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

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

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

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

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

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

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