Shades of Frost #D9DDC5
Tints of Frost #D9DDC5
RGB
CMYK
RGB Variations
Color information
#D9DDC5 (or 0xD9DDC5) is known color: Frost. HEX triplet: D9, DD and C5. RGB value is (217,221,197). Sum of RGB (Red+Green+Blue) = 217+221+197=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDC5 is #26223A. Grayscale: #D9D9D9. Windows color (decimal): -2499131 or 12967385. OLE color: 12967385.
HSL color Cylindrical-coordinate representation of color #D9DDC5: hue angle of 70º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DDC5 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 197 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.13 |
| HSL | 70º | 0.26% | 0.82% | - |
| HSV(B) | 70º | 0.11% | 0.87% | - |
| XYZ | 64.55 | 70.5 | 63.03 | - |
| YUV | 217.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 197 | 0.02 | 0 | 0.11 | 0.13 | 70 | 0.26 | 0.82 |
| Hex | D9 | DD | C5 | 2 | 0 | B | D | 46 | 1A | 52 |
| Octal | 331 | 335 | 305 | 2 | 0 | 13 | 15 | 106 | 32 | 122 |
| Binary | 11011001 | 11011101 | 11000101 | 10 | 0 | 1011 | 1101 | 1000110 | 11010 | 1010010 |
Color Harmonies of #D9DDC5
Complementary color
Monochromatic Colors of #D9DDC5
Black with #D9DDC5
Text Example
Text Example
White with #D9DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDC5; }
p { color: rgb(217,221,197); }
H1.HeaderClassName
{
color: #D9DDC5;
}
.AnyTagClassName
{
color: #D9DDC5;
}
</style>
background-color css
<style>
a { background-color: #D9DDC5; }
a { background-color: rgb(217,221,197); }
div.DivClassName
{
background-color: #D9DDC5;
}
.BgClassName
{
background-color: #D9DDC5;
}
</style>
border-color css
<style>
span { border-color: #D9DDC5; }
span { border-color: rgb(217,221,197); }
td.TdClassName
{
border-color: #D9DDC5;
}
.TagClassName
{
border-color: #D9DDC5;
}
</style>