Shades of Jagged Ice #CFDDDB
Tints of Jagged Ice #CFDDDB
RGB
CMYK
RGB Variations
Color information
#CFDDDB (or 0xCFDDDB) is known color: Jagged Ice. HEX triplet: CF, DD and DB. RGB value is (207,221,219). Sum of RGB (Red+Green+Blue) = 207+221+219=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDDB is #302224. Grayscale: #D8D8D8. Windows color (decimal): -3154469 or 14409167. OLE color: 14409167.
HSL color Cylindrical-coordinate representation of color #CFDDDB: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDDDB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 219 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.13 |
| HSL | 171.43º | 0.17% | 0.84% | - |
| HSV(B) | 171.43º | 0.06% | 0.87% | - |
| XYZ | 64.37 | 70.09 | 77.15 | - |
| YUV | 216.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 219 | 0.06 | 0 | 0.01 | 0.13 | 171.43 | 0.17 | 0.84 |
| Hex | CF | DD | DB | 6 | 0 | 1 | D | AB | 11 | 54 |
| Octal | 317 | 335 | 333 | 6 | 0 | 1 | 15 | 253 | 21 | 124 |
| Binary | 11001111 | 11011101 | 11011011 | 110 | 0 | 1 | 1101 | 10101011 | 10001 | 1010100 |
Color Harmonies of #CFDDDB
Complementary color
Monochromatic Colors of #CFDDDB
Black with #CFDDDB
Text Example
Text Example
White with #CFDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDDB; }
p { color: rgb(207,221,219); }
H1.HeaderClassName
{
color: #CFDDDB;
}
.AnyTagClassName
{
color: #CFDDDB;
}
</style>
background-color css
<style>
a { background-color: #CFDDDB; }
a { background-color: rgb(207,221,219); }
div.DivClassName
{
background-color: #CFDDDB;
}
.BgClassName
{
background-color: #CFDDDB;
}
</style>
border-color css
<style>
span { border-color: #CFDDDB; }
span { border-color: rgb(207,221,219); }
td.TdClassName
{
border-color: #CFDDDB;
}
.TagClassName
{
border-color: #CFDDDB;
}
</style>