Shades of Frost #D9DCBC
Tints of Frost #D9DCBC
RGB
CMYK
RGB Variations
Color information
#D9DCBC (or 0xD9DCBC) is known color: Frost. HEX triplet: D9, DC and BC. RGB value is (217,220,188). Sum of RGB (Red+Green+Blue) = 217+220+188=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCBC is #262343. Grayscale: #D7D7D7. Windows color (decimal): -2499396 or 12377305. OLE color: 12377305.
HSL color Cylindrical-coordinate representation of color #D9DCBC: hue angle of 65.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DCBC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 188 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.14 |
| HSL | 65.63º | 0.31% | 0.8% | - |
| HSV(B) | 65.63º | 0.15% | 0.86% | - |
| XYZ | 63.29 | 69.57 | 57.67 | - |
| YUV | 215.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 188 | 0.01 | 0 | 0.15 | 0.14 | 65.63 | 0.31 | 0.8 |
| Hex | D9 | DC | BC | 1 | 0 | F | E | 42 | 1F | 50 |
| Octal | 331 | 334 | 274 | 1 | 0 | 17 | 16 | 102 | 37 | 120 |
| Binary | 11011001 | 11011100 | 10111100 | 1 | 0 | 1111 | 1110 | 1000010 | 11111 | 1010000 |
Color Harmonies of #D9DCBC
Complementary color
Monochromatic Colors of #D9DCBC
Black with #D9DCBC
Text Example
Text Example
White with #D9DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCBC; }
p { color: rgb(217,220,188); }
H1.HeaderClassName
{
color: #D9DCBC;
}
.AnyTagClassName
{
color: #D9DCBC;
}
</style>
background-color css
<style>
a { background-color: #D9DCBC; }
a { background-color: rgb(217,220,188); }
div.DivClassName
{
background-color: #D9DCBC;
}
.BgClassName
{
background-color: #D9DCBC;
}
</style>
border-color css
<style>
span { border-color: #D9DCBC; }
span { border-color: rgb(217,220,188); }
td.TdClassName
{
border-color: #D9DCBC;
}
.TagClassName
{
border-color: #D9DCBC;
}
</style>