Shades of Jagged Ice #CAE2DF
Tints of Jagged Ice #CAE2DF
RGB
CMYK
RGB Variations
Color information
#CAE2DF (or 0xCAE2DF) is known color: Jagged Ice. HEX triplet: CA, E2 and DF. RGB value is (202,226,223). Sum of RGB (Red+Green+Blue) = 202+226+223=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2DF is #351D20. Grayscale: #DADADA. Windows color (decimal): -3480865 or 14672586. OLE color: 14672586.
HSL color Cylindrical-coordinate representation of color #CAE2DF: hue angle of 172.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE2DF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 226 | 223 | - |
CMYK | 0.11 | 0 | 0.01 | 0.11 |
HSL | 172.5º | 0.29% | 0.84% | - |
HSV(B) | 172.5º | 0.11% | 0.89% | - |
XYZ | 64.87 | 72.28 | 80.34 | - |
YUV | 218.48 | 130.55 | 116.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 223 | 0.11 | 0 | 0.01 | 0.11 | 172.5 | 0.29 | 0.84 |
Hex | CA | E2 | DF | B | 0 | 1 | B | AC | 1D | 54 |
Octal | 312 | 342 | 337 | 13 | 0 | 1 | 13 | 254 | 35 | 124 |
Binary | 11001010 | 11100010 | 11011111 | 1011 | 0 | 1 | 1011 | 10101100 | 11101 | 1010100 |
Color Harmonies of #CAE2DF
Complementary color
Monochromatic Colors of #CAE2DF
Black with #CAE2DF
Text Example
Text Example
White with #CAE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2DF; }
p { color: rgb(202,226,223); }
H1.HeaderClassName
{
color: #CAE2DF;
}
.AnyTagClassName
{
color: #CAE2DF;
}
</style>
background-color css
<style>
a { background-color: #CAE2DF; }
a { background-color: rgb(202,226,223); }
div.DivClassName
{
background-color: #CAE2DF;
}
.BgClassName
{
background-color: #CAE2DF;
}
</style>
border-color css
<style>
span { border-color: #CAE2DF; }
span { border-color: rgb(202,226,223); }
td.TdClassName
{
border-color: #CAE2DF;
}
.TagClassName
{
border-color: #CAE2DF;
}
</style>