Shades of Frost #D9DDBD
Tints of Frost #D9DDBD
RGB
CMYK
RGB Variations
Color information
#D9DDBD (or 0xD9DDBD) is known color: Frost. HEX triplet: D9, DD and BD. RGB value is (217,221,189). Sum of RGB (Red+Green+Blue) = 217+221+189=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDBD is #262242. Grayscale: #D8D8D8. Windows color (decimal): -2499139 or 12443097. OLE color: 12443097.
HSL color Cylindrical-coordinate representation of color #D9DDBD: hue angle of 67.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DDBD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 189 | - |
CMYK | 0.02 | 0 | 0.14 | 0.13 |
HSL | 67.5º | 0.32% | 0.8% | - |
HSV(B) | 67.5º | 0.14% | 0.87% | - |
XYZ | 63.66 | 70.14 | 58.33 | - |
YUV | 216.16 | 112.67 | 128.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 189 | 0.02 | 0 | 0.14 | 0.13 | 67.5 | 0.32 | 0.8 |
Hex | D9 | DD | BD | 2 | 0 | E | D | 44 | 20 | 50 |
Octal | 331 | 335 | 275 | 2 | 0 | 16 | 15 | 104 | 40 | 120 |
Binary | 11011001 | 11011101 | 10111101 | 10 | 0 | 1110 | 1101 | 1000100 | 100000 | 1010000 |
Color Harmonies of #D9DDBD
Complementary color
Monochromatic Colors of #D9DDBD
Black with #D9DDBD
Text Example
Text Example
White with #D9DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDBD; }
p { color: rgb(217,221,189); }
H1.HeaderClassName
{
color: #D9DDBD;
}
.AnyTagClassName
{
color: #D9DDBD;
}
</style>
background-color css
<style>
a { background-color: #D9DDBD; }
a { background-color: rgb(217,221,189); }
div.DivClassName
{
background-color: #D9DDBD;
}
.BgClassName
{
background-color: #D9DDBD;
}
</style>
border-color css
<style>
span { border-color: #D9DDBD; }
span { border-color: rgb(217,221,189); }
td.TdClassName
{
border-color: #D9DDBD;
}
.TagClassName
{
border-color: #D9DDBD;
}
</style>