Shades of Jagged Ice #CAE4DF
Tints of Jagged Ice #CAE4DF
RGB
CMYK
RGB Variations
Color information
#CAE4DF (or 0xCAE4DF) is known color: Jagged Ice. HEX triplet: CA, E4 and DF. RGB value is (202,228,223). Sum of RGB (Red+Green+Blue) = 202+228+223=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4DF is #351B20. Grayscale: #DBDBDB. Windows color (decimal): -3480353 or 14673098. OLE color: 14673098.
HSL color Cylindrical-coordinate representation of color #CAE4DF: hue angle of 168.46º degrees, saturation: 0.32, 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 #CAE4DF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 223 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.11 |
| HSL | 168.46º | 0.33% | 0.84% | - |
| HSV(B) | 168.46º | 0.11% | 0.89% | - |
| XYZ | 65.42 | 73.37 | 80.53 | - |
| YUV | 219.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 223 | 0.11 | 0 | 0.02 | 0.11 | 168.46 | 0.33 | 0.84 |
| Hex | CA | E4 | DF | B | 0 | 2 | B | A8 | 20 | 54 |
| Octal | 312 | 344 | 337 | 13 | 0 | 2 | 13 | 250 | 40 | 124 |
| Binary | 11001010 | 11100100 | 11011111 | 1011 | 0 | 10 | 1011 | 10101000 | 100000 | 1010100 |
Color Harmonies of #CAE4DF
Complementary color
Monochromatic Colors of #CAE4DF
Black with #CAE4DF
Text Example
Text Example
White with #CAE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4DF; }
p { color: rgb(202,228,223); }
H1.HeaderClassName
{
color: #CAE4DF;
}
.AnyTagClassName
{
color: #CAE4DF;
}
</style>
background-color css
<style>
a { background-color: #CAE4DF; }
a { background-color: rgb(202,228,223); }
div.DivClassName
{
background-color: #CAE4DF;
}
.BgClassName
{
background-color: #CAE4DF;
}
</style>
border-color css
<style>
span { border-color: #CAE4DF; }
span { border-color: rgb(202,228,223); }
td.TdClassName
{
border-color: #CAE4DF;
}
.TagClassName
{
border-color: #CAE4DF;
}
</style>