Shades of Frost #D9DDBB
Tints of Frost #D9DDBB
RGB
CMYK
RGB Variations
Color information
#D9DDBB (or 0xD9DDBB) is known color: Frost. HEX triplet: D9, DD and BB. RGB value is (217,221,187). Sum of RGB (Red+Green+Blue) = 217+221+187=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDBB is #262244. Grayscale: #D8D8D8. Windows color (decimal): -2499141 or 12312025. OLE color: 12312025.
HSL color Cylindrical-coordinate representation of color #D9DDBB: hue angle of 67.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DDBB is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 187 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.13 |
| HSL | 67.06º | 0.33% | 0.8% | - |
| HSV(B) | 67.06º | 0.15% | 0.87% | - |
| XYZ | 63.44 | 70.05 | 57.19 | - |
| YUV | 215.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 187 | 0.02 | 0 | 0.15 | 0.13 | 67.06 | 0.33 | 0.8 |
| Hex | D9 | DD | BB | 2 | 0 | F | D | 43 | 21 | 50 |
| Octal | 331 | 335 | 273 | 2 | 0 | 17 | 15 | 103 | 41 | 120 |
| Binary | 11011001 | 11011101 | 10111011 | 10 | 0 | 1111 | 1101 | 1000011 | 100001 | 1010000 |
Color Harmonies of #D9DDBB
Complementary color
Monochromatic Colors of #D9DDBB
Black with #D9DDBB
Text Example
Text Example
White with #D9DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDBB; }
p { color: rgb(217,221,187); }
H1.HeaderClassName
{
color: #D9DDBB;
}
.AnyTagClassName
{
color: #D9DDBB;
}
</style>
background-color css
<style>
a { background-color: #D9DDBB; }
a { background-color: rgb(217,221,187); }
div.DivClassName
{
background-color: #D9DDBB;
}
.BgClassName
{
background-color: #D9DDBB;
}
</style>
border-color css
<style>
span { border-color: #D9DDBB; }
span { border-color: rgb(217,221,187); }
td.TdClassName
{
border-color: #D9DDBB;
}
.TagClassName
{
border-color: #D9DDBB;
}
</style>