Shades of Jagged Ice #CADFDE
Tints of Jagged Ice #CADFDE
RGB
CMYK
RGB Variations
Color information
#CADFDE (or 0xCADFDE) is known color: Jagged Ice. HEX triplet: CA, DF and DE. RGB value is (202,223,222). Sum of RGB (Red+Green+Blue) = 202+223+222=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFDE is #352021. Grayscale: #D8D8D8. Windows color (decimal): -3481634 or 14606282. OLE color: 14606282.
HSL color Cylindrical-coordinate representation of color #CADFDE: hue angle of 177.14º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADFDE is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 222 | - |
| CMYK | 0.09 | 0 | 0.00 | 0.13 |
| HSL | 177.14º | 0.25% | 0.83% | - |
| HSV(B) | 177.14º | 0.09% | 0.87% | - |
| XYZ | 63.93 | 70.61 | 79.37 | - |
| YUV | 216.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 222 | 0.09 | 0 | 0.00 | 0.13 | 177.14 | 0.25 | 0.83 |
| Hex | CA | DF | DE | 9 | 0 | 0 | D | B1 | 19 | 53 |
| Octal | 312 | 337 | 336 | 11 | 0 | 0 | 15 | 261 | 31 | 123 |
| Binary | 11001010 | 11011111 | 11011110 | 1001 | 0 | 0 | 1101 | 10110001 | 11001 | 1010011 |
Color Harmonies of #CADFDE
Complementary color
Monochromatic Colors of #CADFDE
Black with #CADFDE
Text Example
Text Example
White with #CADFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFDE; }
p { color: rgb(202,223,222); }
H1.HeaderClassName
{
color: #CADFDE;
}
.AnyTagClassName
{
color: #CADFDE;
}
</style>
background-color css
<style>
a { background-color: #CADFDE; }
a { background-color: rgb(202,223,222); }
div.DivClassName
{
background-color: #CADFDE;
}
.BgClassName
{
background-color: #CADFDE;
}
</style>
border-color css
<style>
span { border-color: #CADFDE; }
span { border-color: rgb(202,223,222); }
td.TdClassName
{
border-color: #CADFDE;
}
.TagClassName
{
border-color: #CADFDE;
}
</style>