Shades of Frost #D9DFBA
Tints of Frost #D9DFBA
RGB
CMYK
RGB Variations
Color information
#D9DFBA (or 0xD9DFBA) is known color: Frost. HEX triplet: D9, DF and BA. RGB value is (217,223,186). Sum of RGB (Red+Green+Blue) = 217+223+186=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFBA is #262045. Grayscale: #D9D9D9. Windows color (decimal): -2498630 or 12247001. OLE color: 12247001.
HSL color Cylindrical-coordinate representation of color #D9DFBA: hue angle of 69.73º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9DFBA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 186 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.13 |
| HSL | 69.73º | 0.37% | 0.8% | - |
| HSV(B) | 69.73º | 0.17% | 0.87% | - |
| XYZ | 63.87 | 71.07 | 56.81 | - |
| YUV | 216.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 186 | 0.03 | 0 | 0.17 | 0.13 | 69.73 | 0.37 | 0.8 |
| Hex | D9 | DF | BA | 3 | 0 | 11 | D | 46 | 25 | 50 |
| Octal | 331 | 337 | 272 | 3 | 0 | 21 | 15 | 106 | 45 | 120 |
| Binary | 11011001 | 11011111 | 10111010 | 11 | 0 | 10001 | 1101 | 1000110 | 100101 | 1010000 |
Color Harmonies of #D9DFBA
Complementary color
Monochromatic Colors of #D9DFBA
Black with #D9DFBA
Text Example
Text Example
White with #D9DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFBA; }
p { color: rgb(217,223,186); }
H1.HeaderClassName
{
color: #D9DFBA;
}
.AnyTagClassName
{
color: #D9DFBA;
}
</style>
background-color css
<style>
a { background-color: #D9DFBA; }
a { background-color: rgb(217,223,186); }
div.DivClassName
{
background-color: #D9DFBA;
}
.BgClassName
{
background-color: #D9DFBA;
}
</style>
border-color css
<style>
span { border-color: #D9DFBA; }
span { border-color: rgb(217,223,186); }
td.TdClassName
{
border-color: #D9DFBA;
}
.TagClassName
{
border-color: #D9DFBA;
}
</style>