Shades of Jagged Ice #CFDFDC
Tints of Jagged Ice #CFDFDC
RGB
CMYK
RGB Variations
Color information
#CFDFDC (or 0xCFDFDC) is known color: Jagged Ice. HEX triplet: CF, DF and DC. RGB value is (207,223,220). Sum of RGB (Red+Green+Blue) = 207+223+220=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFDC is #302023. Grayscale: #D9D9D9. Windows color (decimal): -3153956 or 14475215. OLE color: 14475215.
HSL color Cylindrical-coordinate representation of color #CFDFDC: hue angle of 168.75º degrees, saturation: 0.2, 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 #CFDFDC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 220 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.13 |
| HSL | 168.75º | 0.2% | 0.84% | - |
| HSV(B) | 168.75º | 0.07% | 0.87% | - |
| XYZ | 65.04 | 71.21 | 78.03 | - |
| YUV | 217.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 220 | 0.07 | 0 | 0.01 | 0.13 | 168.75 | 0.2 | 0.84 |
| Hex | CF | DF | DC | 7 | 0 | 1 | D | A9 | 14 | 54 |
| Octal | 317 | 337 | 334 | 7 | 0 | 1 | 15 | 251 | 24 | 124 |
| Binary | 11001111 | 11011111 | 11011100 | 111 | 0 | 1 | 1101 | 10101001 | 10100 | 1010100 |
Color Harmonies of #CFDFDC
Complementary color
Monochromatic Colors of #CFDFDC
Black with #CFDFDC
Text Example
Text Example
White with #CFDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFDC; }
p { color: rgb(207,223,220); }
H1.HeaderClassName
{
color: #CFDFDC;
}
.AnyTagClassName
{
color: #CFDFDC;
}
</style>
background-color css
<style>
a { background-color: #CFDFDC; }
a { background-color: rgb(207,223,220); }
div.DivClassName
{
background-color: #CFDFDC;
}
.BgClassName
{
background-color: #CFDFDC;
}
</style>
border-color css
<style>
span { border-color: #CFDFDC; }
span { border-color: rgb(207,223,220); }
td.TdClassName
{
border-color: #CFDFDC;
}
.TagClassName
{
border-color: #CFDFDC;
}
</style>