Shades of Frost #D7DFBD
Tints of Frost #D7DFBD
RGB
CMYK
RGB Variations
Color information
#D7DFBD (or 0xD7DFBD) is known color: Frost. HEX triplet: D7, DF and BD. RGB value is (215,223,189). Sum of RGB (Red+Green+Blue) = 215+223+189=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFBD is #282042. Grayscale: #D8D8D8. Windows color (decimal): -2629699 or 12443607. OLE color: 12443607.
HSL color Cylindrical-coordinate representation of color #D7DFBD: hue angle of 74.12º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DFBD is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 189 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.13 |
| HSL | 74.12º | 0.35% | 0.81% | - |
| HSV(B) | 74.12º | 0.15% | 0.87% | - |
| XYZ | 63.6 | 70.9 | 58.48 | - |
| YUV | 216.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 189 | 0.04 | 0 | 0.15 | 0.13 | 74.12 | 0.35 | 0.81 |
| Hex | D7 | DF | BD | 4 | 0 | F | D | 4A | 23 | 51 |
| Octal | 327 | 337 | 275 | 4 | 0 | 17 | 15 | 112 | 43 | 121 |
| Binary | 11010111 | 11011111 | 10111101 | 100 | 0 | 1111 | 1101 | 1001010 | 100011 | 1010001 |
Color Harmonies of #D7DFBD
Complementary color
Monochromatic Colors of #D7DFBD
Black with #D7DFBD
Text Example
Text Example
White with #D7DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFBD; }
p { color: rgb(215,223,189); }
H1.HeaderClassName
{
color: #D7DFBD;
}
.AnyTagClassName
{
color: #D7DFBD;
}
</style>
background-color css
<style>
a { background-color: #D7DFBD; }
a { background-color: rgb(215,223,189); }
div.DivClassName
{
background-color: #D7DFBD;
}
.BgClassName
{
background-color: #D7DFBD;
}
</style>
border-color css
<style>
span { border-color: #D7DFBD; }
span { border-color: rgb(215,223,189); }
td.TdClassName
{
border-color: #D7DFBD;
}
.TagClassName
{
border-color: #D7DFBD;
}
</style>