Shades of Frost #DDDFC9
Tints of Frost #DDDFC9
RGB
CMYK
RGB Variations
Color information
#DDDFC9 (or 0xDDDFC9) is known color: Frost. HEX triplet: DD, DF and C9. RGB value is (221,223,201). Sum of RGB (Red+Green+Blue) = 221+223+201=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC9 is #222036. Grayscale: #DBDBDB. Windows color (decimal): -2236471 or 13230045. OLE color: 13230045.
HSL color Cylindrical-coordinate representation of color #DDDFC9: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDFC9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 201 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.13 |
| HSL | 65.45º | 0.26% | 0.83% | - |
| HSV(B) | 65.45º | 0.1% | 0.87% | - |
| XYZ | 66.75 | 72.36 | 65.71 | - |
| YUV | 219.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 201 | 0.01 | 0 | 0.10 | 0.13 | 65.45 | 0.26 | 0.83 |
| Hex | DD | DF | C9 | 1 | 0 | A | D | 41 | 1A | 53 |
| Octal | 335 | 337 | 311 | 1 | 0 | 12 | 15 | 101 | 32 | 123 |
| Binary | 11011101 | 11011111 | 11001001 | 1 | 0 | 1010 | 1101 | 1000001 | 11010 | 1010011 |
Color Harmonies of #DDDFC9
Complementary color
Monochromatic Colors of #DDDFC9
Black with #DDDFC9
Text Example
Text Example
White with #DDDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFC9; }
p { color: rgb(221,223,201); }
H1.HeaderClassName
{
color: #DDDFC9;
}
.AnyTagClassName
{
color: #DDDFC9;
}
</style>
background-color css
<style>
a { background-color: #DDDFC9; }
a { background-color: rgb(221,223,201); }
div.DivClassName
{
background-color: #DDDFC9;
}
.BgClassName
{
background-color: #DDDFC9;
}
</style>
border-color css
<style>
span { border-color: #DDDFC9; }
span { border-color: rgb(221,223,201); }
td.TdClassName
{
border-color: #DDDFC9;
}
.TagClassName
{
border-color: #DDDFC9;
}
</style>