Shades of Jagged Ice #CFDFDE
Tints of Jagged Ice #CFDFDE
RGB
CMYK
RGB Variations
Color information
#CFDFDE (or 0xCFDFDE) is known color: Jagged Ice. HEX triplet: CF, DF and DE. RGB value is (207,223,222). Sum of RGB (Red+Green+Blue) = 207+223+222=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFDE is #302021. Grayscale: #DADADA. Windows color (decimal): -3153954 or 14606287. OLE color: 14606287.
HSL color Cylindrical-coordinate representation of color #CFDFDE: hue angle of 176.25º 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 #CFDFDE is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 222 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.13 |
| HSL | 176.25º | 0.2% | 0.84% | - |
| HSV(B) | 176.25º | 0.07% | 0.87% | - |
| XYZ | 65.3 | 71.31 | 79.43 | - |
| YUV | 218.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 222 | 0.07 | 0 | 0.00 | 0.13 | 176.25 | 0.2 | 0.84 |
| Hex | CF | DF | DE | 7 | 0 | 0 | D | B0 | 14 | 54 |
| Octal | 317 | 337 | 336 | 7 | 0 | 0 | 15 | 260 | 24 | 124 |
| Binary | 11001111 | 11011111 | 11011110 | 111 | 0 | 0 | 1101 | 10110000 | 10100 | 1010100 |
Color Harmonies of #CFDFDE
Complementary color
Monochromatic Colors of #CFDFDE
Black with #CFDFDE
Text Example
Text Example
White with #CFDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFDE; }
p { color: rgb(207,223,222); }
H1.HeaderClassName
{
color: #CFDFDE;
}
.AnyTagClassName
{
color: #CFDFDE;
}
</style>
background-color css
<style>
a { background-color: #CFDFDE; }
a { background-color: rgb(207,223,222); }
div.DivClassName
{
background-color: #CFDFDE;
}
.BgClassName
{
background-color: #CFDFDE;
}
</style>
border-color css
<style>
span { border-color: #CFDFDE; }
span { border-color: rgb(207,223,222); }
td.TdClassName
{
border-color: #CFDFDE;
}
.TagClassName
{
border-color: #CFDFDE;
}
</style>