Shades of Frost #D9DFBB
Tints of Frost #D9DFBB
RGB
CMYK
RGB Variations
Color information
#D9DFBB (or 0xD9DFBB) is known color: Frost. HEX triplet: D9, DF and BB. RGB value is (217,223,187). Sum of RGB (Red+Green+Blue) = 217+223+187=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFBB is #262044. Grayscale: #D9D9D9. Windows color (decimal): -2498629 or 12312537. OLE color: 12312537.
HSL color Cylindrical-coordinate representation of color #D9DFBB: hue angle of 70º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9DFBB is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 187 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.13 |
| HSL | 70º | 0.36% | 0.8% | - |
| HSV(B) | 70º | 0.16% | 0.87% | - |
| XYZ | 63.97 | 71.11 | 57.37 | - |
| YUV | 217.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 187 | 0.03 | 0 | 0.16 | 0.13 | 70 | 0.36 | 0.8 |
| Hex | D9 | DF | BB | 3 | 0 | 10 | D | 46 | 24 | 50 |
| Octal | 331 | 337 | 273 | 3 | 0 | 20 | 15 | 106 | 44 | 120 |
| Binary | 11011001 | 11011111 | 10111011 | 11 | 0 | 10000 | 1101 | 1000110 | 100100 | 1010000 |
Color Harmonies of #D9DFBB
Complementary color
Monochromatic Colors of #D9DFBB
Black with #D9DFBB
Text Example
Text Example
White with #D9DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFBB; }
p { color: rgb(217,223,187); }
H1.HeaderClassName
{
color: #D9DFBB;
}
.AnyTagClassName
{
color: #D9DFBB;
}
</style>
background-color css
<style>
a { background-color: #D9DFBB; }
a { background-color: rgb(217,223,187); }
div.DivClassName
{
background-color: #D9DFBB;
}
.BgClassName
{
background-color: #D9DFBB;
}
</style>
border-color css
<style>
span { border-color: #D9DFBB; }
span { border-color: rgb(217,223,187); }
td.TdClassName
{
border-color: #D9DFBB;
}
.TagClassName
{
border-color: #D9DFBB;
}
</style>