Shades of Frost #D9DBC3
Tints of Frost #D9DBC3
RGB
CMYK
RGB Variations
Color information
#D9DBC3 (or 0xD9DBC3) is known color: Frost. HEX triplet: D9, DB and C3. RGB value is (217,219,195). Sum of RGB (Red+Green+Blue) = 217+219+195=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBC3 is #26243C. Grayscale: #D7D7D7. Windows color (decimal): -2499645 or 12835801. OLE color: 12835801.
HSL color Cylindrical-coordinate representation of color #D9DBC3: hue angle of 65º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DBC3 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 195 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.14 |
| HSL | 65º | 0.25% | 0.81% | - |
| HSV(B) | 65º | 0.11% | 0.86% | - |
| XYZ | 63.8 | 69.35 | 61.65 | - |
| YUV | 215.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 195 | 0.01 | 0 | 0.11 | 0.14 | 65 | 0.25 | 0.81 |
| Hex | D9 | DB | C3 | 1 | 0 | B | E | 41 | 19 | 51 |
| Octal | 331 | 333 | 303 | 1 | 0 | 13 | 16 | 101 | 31 | 121 |
| Binary | 11011001 | 11011011 | 11000011 | 1 | 0 | 1011 | 1110 | 1000001 | 11001 | 1010001 |
Color Harmonies of #D9DBC3
Complementary color
Monochromatic Colors of #D9DBC3
Black with #D9DBC3
Text Example
Text Example
White with #D9DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBC3; }
p { color: rgb(217,219,195); }
H1.HeaderClassName
{
color: #D9DBC3;
}
.AnyTagClassName
{
color: #D9DBC3;
}
</style>
background-color css
<style>
a { background-color: #D9DBC3; }
a { background-color: rgb(217,219,195); }
div.DivClassName
{
background-color: #D9DBC3;
}
.BgClassName
{
background-color: #D9DBC3;
}
</style>
border-color css
<style>
span { border-color: #D9DBC3; }
span { border-color: rgb(217,219,195); }
td.TdClassName
{
border-color: #D9DBC3;
}
.TagClassName
{
border-color: #D9DBC3;
}
</style>