#CAE1DC

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

Shades of Jagged Ice #CAE1DC

Tints of Jagged Ice #CAE1DC

Color information

#CAE1DC (or 0xCAE1DC) is unknown color: approx Jagged Ice. HEX triplet: CA, E1 and DC. RGB value is (202,225,220). Sum of RGB (Red+Green+Blue) = 202+225+220=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1DC is #351E23. Grayscale: #D9D9D9. Windows color (decimal): -3481124 or 14475722. OLE color: 14475722.

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

Color convert

RGB202225220-
CMYK0.1000.020.12
HSL166.96º27.71%83.73%-
HSV(B)166.96º10.22%88.24%-
XYZ64.271.5778.14-
YUV217.55129.38116.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=31.22%
G=34.78%
B=34.00%

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
Decimal2022252200.1000.020.12166.9627.7183.73
HexCAE1DCA02Ca71c54
Octal31234133412021424734124
Binary1100101011100001110111001010010110010100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1DC; }

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

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

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

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

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

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

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

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