Shades of Frost #D9DFBC
Tints of Frost #D9DFBC
RGB
CMYK
RGB Variations
Color information
#D9DFBC (or 0xD9DFBC) is known color: Frost. HEX triplet: D9, DF and BC. RGB value is (217,223,188). Sum of RGB (Red+Green+Blue) = 217+223+188=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFBC is #262043. Grayscale: #D9D9D9. Windows color (decimal): -2498628 or 12378073. OLE color: 12378073.
HSL color Cylindrical-coordinate representation of color #D9DFBC: hue angle of 70.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9DFBC is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 188 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.13 |
| HSL | 70.29º | 0.35% | 0.81% | - |
| HSV(B) | 70.29º | 0.16% | 0.87% | - |
| XYZ | 64.08 | 71.16 | 57.93 | - |
| YUV | 217.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 188 | 0.03 | 0 | 0.16 | 0.13 | 70.29 | 0.35 | 0.81 |
| Hex | D9 | DF | BC | 3 | 0 | 10 | D | 46 | 23 | 51 |
| Octal | 331 | 337 | 274 | 3 | 0 | 20 | 15 | 106 | 43 | 121 |
| Binary | 11011001 | 11011111 | 10111100 | 11 | 0 | 10000 | 1101 | 1000110 | 100011 | 1010001 |
Color Harmonies of #D9DFBC
Complementary color
Monochromatic Colors of #D9DFBC
Black with #D9DFBC
Text Example
Text Example
White with #D9DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFBC; }
p { color: rgb(217,223,188); }
H1.HeaderClassName
{
color: #D9DFBC;
}
.AnyTagClassName
{
color: #D9DFBC;
}
</style>
background-color css
<style>
a { background-color: #D9DFBC; }
a { background-color: rgb(217,223,188); }
div.DivClassName
{
background-color: #D9DFBC;
}
.BgClassName
{
background-color: #D9DFBC;
}
</style>
border-color css
<style>
span { border-color: #D9DFBC; }
span { border-color: rgb(217,223,188); }
td.TdClassName
{
border-color: #D9DFBC;
}
.TagClassName
{
border-color: #D9DFBC;
}
</style>