Shades of Jagged Ice #CFDEDB
Tints of Jagged Ice #CFDEDB
RGB
CMYK
RGB Variations
Color information
#CFDEDB (or 0xCFDEDB) is known color: Jagged Ice. HEX triplet: CF, DE and DB. RGB value is (207,222,219). Sum of RGB (Red+Green+Blue) = 207+222+219=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEDB is #302124. Grayscale: #D9D9D9. Windows color (decimal): -3154213 or 14409423. OLE color: 14409423.
HSL color Cylindrical-coordinate representation of color #CFDEDB: hue angle of 168º 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 #CFDEDB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 219 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.13 |
| HSL | 168º | 0.19% | 0.84% | - |
| HSV(B) | 168º | 0.07% | 0.87% | - |
| XYZ | 64.64 | 70.62 | 77.24 | - |
| YUV | 217.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 219 | 0.07 | 0 | 0.01 | 0.13 | 168 | 0.19 | 0.84 |
| Hex | CF | DE | DB | 7 | 0 | 1 | D | A8 | 13 | 54 |
| Octal | 317 | 336 | 333 | 7 | 0 | 1 | 15 | 250 | 23 | 124 |
| Binary | 11001111 | 11011110 | 11011011 | 111 | 0 | 1 | 1101 | 10101000 | 10011 | 1010100 |
Color Harmonies of #CFDEDB
Complementary color
Monochromatic Colors of #CFDEDB
Black with #CFDEDB
Text Example
Text Example
White with #CFDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEDB; }
p { color: rgb(207,222,219); }
H1.HeaderClassName
{
color: #CFDEDB;
}
.AnyTagClassName
{
color: #CFDEDB;
}
</style>
background-color css
<style>
a { background-color: #CFDEDB; }
a { background-color: rgb(207,222,219); }
div.DivClassName
{
background-color: #CFDEDB;
}
.BgClassName
{
background-color: #CFDEDB;
}
</style>
border-color css
<style>
span { border-color: #CFDEDB; }
span { border-color: rgb(207,222,219); }
td.TdClassName
{
border-color: #CFDEDB;
}
.TagClassName
{
border-color: #CFDEDB;
}
</style>