Shades of Frost #D9DEC5
Tints of Frost #D9DEC5
RGB
CMYK
RGB Variations
Color information
#D9DEC5 (or 0xD9DEC5) is known color: Frost. HEX triplet: D9, DE and C5. RGB value is (217,222,197). Sum of RGB (Red+Green+Blue) = 217+222+197=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC5 is #26213A. Grayscale: #D9D9D9. Windows color (decimal): -2498875 or 12967641. OLE color: 12967641.
HSL color Cylindrical-coordinate representation of color #D9DEC5: hue angle of 72º degrees, saturation: 0.27, 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 #D9DEC5 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 197 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.13 |
| HSL | 72º | 0.27% | 0.82% | - |
| HSV(B) | 72º | 0.11% | 0.87% | - |
| XYZ | 64.81 | 71.03 | 63.12 | - |
| YUV | 217.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 197 | 0.02 | 0 | 0.11 | 0.13 | 72 | 0.27 | 0.82 |
| Hex | D9 | DE | C5 | 2 | 0 | B | D | 48 | 1B | 52 |
| Octal | 331 | 336 | 305 | 2 | 0 | 13 | 15 | 110 | 33 | 122 |
| Binary | 11011001 | 11011110 | 11000101 | 10 | 0 | 1011 | 1101 | 1001000 | 11011 | 1010010 |
Color Harmonies of #D9DEC5
Complementary color
Monochromatic Colors of #D9DEC5
Black with #D9DEC5
Text Example
Text Example
White with #D9DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEC5; }
p { color: rgb(217,222,197); }
H1.HeaderClassName
{
color: #D9DEC5;
}
.AnyTagClassName
{
color: #D9DEC5;
}
</style>
background-color css
<style>
a { background-color: #D9DEC5; }
a { background-color: rgb(217,222,197); }
div.DivClassName
{
background-color: #D9DEC5;
}
.BgClassName
{
background-color: #D9DEC5;
}
</style>
border-color css
<style>
span { border-color: #D9DEC5; }
span { border-color: rgb(217,222,197); }
td.TdClassName
{
border-color: #D9DEC5;
}
.TagClassName
{
border-color: #D9DEC5;
}
</style>