Shades of Jagged Ice #CADEDC
Tints of Jagged Ice #CADEDC
RGB
CMYK
RGB Variations
Color information
#CADEDC (or 0xCADEDC) is known color: Jagged Ice. HEX triplet: CA, DE and DC. RGB value is (202,222,220). Sum of RGB (Red+Green+Blue) = 202+222+220=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEDC is #352123. Grayscale: #D7D7D7. Windows color (decimal): -3481892 or 14474954. OLE color: 14474954.
HSL color Cylindrical-coordinate representation of color #CADEDC: hue angle of 174º degrees, saturation: 0.23, 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 #CADEDC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 220 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.13 |
| HSL | 174º | 0.23% | 0.83% | - |
| HSV(B) | 174º | 0.09% | 0.87% | - |
| XYZ | 63.4 | 69.97 | 77.87 | - |
| YUV | 215.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 220 | 0.09 | 0 | 0.01 | 0.13 | 174 | 0.23 | 0.83 |
| Hex | CA | DE | DC | 9 | 0 | 1 | D | AE | 17 | 53 |
| Octal | 312 | 336 | 334 | 11 | 0 | 1 | 15 | 256 | 27 | 123 |
| Binary | 11001010 | 11011110 | 11011100 | 1001 | 0 | 1 | 1101 | 10101110 | 10111 | 1010011 |
Color Harmonies of #CADEDC
Complementary color
Monochromatic Colors of #CADEDC
Black with #CADEDC
Text Example
Text Example
White with #CADEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEDC; }
p { color: rgb(202,222,220); }
H1.HeaderClassName
{
color: #CADEDC;
}
.AnyTagClassName
{
color: #CADEDC;
}
</style>
background-color css
<style>
a { background-color: #CADEDC; }
a { background-color: rgb(202,222,220); }
div.DivClassName
{
background-color: #CADEDC;
}
.BgClassName
{
background-color: #CADEDC;
}
</style>
border-color css
<style>
span { border-color: #CADEDC; }
span { border-color: rgb(202,222,220); }
td.TdClassName
{
border-color: #CADEDC;
}
.TagClassName
{
border-color: #CADEDC;
}
</style>