Shades of Jagged Ice #CFDEDC
Tints of Jagged Ice #CFDEDC
RGB
CMYK
RGB Variations
Color information
#CFDEDC (or 0xCFDEDC) is known color: Jagged Ice. HEX triplet: CF, DE and DC. RGB value is (207,222,220). Sum of RGB (Red+Green+Blue) = 207+222+220=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEDC is #302123. Grayscale: #D9D9D9. Windows color (decimal): -3154212 or 14474959. OLE color: 14474959.
HSL color Cylindrical-coordinate representation of color #CFDEDC: hue angle of 172º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDEDC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 220 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.13 |
| HSL | 172º | 0.19% | 0.84% | - |
| HSV(B) | 172º | 0.07% | 0.87% | - |
| XYZ | 64.77 | 70.68 | 77.94 | - |
| YUV | 217.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 220 | 0.07 | 0 | 0.01 | 0.13 | 172 | 0.19 | 0.84 |
| Hex | CF | DE | DC | 7 | 0 | 1 | D | AC | 13 | 54 |
| Octal | 317 | 336 | 334 | 7 | 0 | 1 | 15 | 254 | 23 | 124 |
| Binary | 11001111 | 11011110 | 11011100 | 111 | 0 | 1 | 1101 | 10101100 | 10011 | 1010100 |
Color Harmonies of #CFDEDC
Complementary color
Monochromatic Colors of #CFDEDC
Black with #CFDEDC
Text Example
Text Example
White with #CFDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEDC; }
p { color: rgb(207,222,220); }
H1.HeaderClassName
{
color: #CFDEDC;
}
.AnyTagClassName
{
color: #CFDEDC;
}
</style>
background-color css
<style>
a { background-color: #CFDEDC; }
a { background-color: rgb(207,222,220); }
div.DivClassName
{
background-color: #CFDEDC;
}
.BgClassName
{
background-color: #CFDEDC;
}
</style>
border-color css
<style>
span { border-color: #CFDEDC; }
span { border-color: rgb(207,222,220); }
td.TdClassName
{
border-color: #CFDEDC;
}
.TagClassName
{
border-color: #CFDEDC;
}
</style>