Shades of Frost #D8DFBD
Tints of Frost #D8DFBD
RGB
CMYK
RGB Variations
Color information
#D8DFBD (or 0xD8DFBD) is known color: Frost. HEX triplet: D8, DF and BD. RGB value is (216,223,189). Sum of RGB (Red+Green+Blue) = 216+223+189=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFBD is #272042. Grayscale: #D9D9D9. Windows color (decimal): -2564163 or 12443608. OLE color: 12443608.
HSL color Cylindrical-coordinate representation of color #D8DFBD: hue angle of 72.35º 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 #D8DFBD is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 189 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.13 |
| HSL | 72.35º | 0.35% | 0.81% | - |
| HSV(B) | 72.35º | 0.15% | 0.87% | - |
| XYZ | 63.89 | 71.05 | 58.49 | - |
| YUV | 217.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 189 | 0.03 | 0 | 0.15 | 0.13 | 72.35 | 0.35 | 0.81 |
| Hex | D8 | DF | BD | 3 | 0 | F | D | 48 | 23 | 51 |
| Octal | 330 | 337 | 275 | 3 | 0 | 17 | 15 | 110 | 43 | 121 |
| Binary | 11011000 | 11011111 | 10111101 | 11 | 0 | 1111 | 1101 | 1001000 | 100011 | 1010001 |
Color Harmonies of #D8DFBD
Complementary color
Monochromatic Colors of #D8DFBD
Black with #D8DFBD
Text Example
Text Example
White with #D8DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFBD; }
p { color: rgb(216,223,189); }
H1.HeaderClassName
{
color: #D8DFBD;
}
.AnyTagClassName
{
color: #D8DFBD;
}
</style>
background-color css
<style>
a { background-color: #D8DFBD; }
a { background-color: rgb(216,223,189); }
div.DivClassName
{
background-color: #D8DFBD;
}
.BgClassName
{
background-color: #D8DFBD;
}
</style>
border-color css
<style>
span { border-color: #D8DFBD; }
span { border-color: rgb(216,223,189); }
td.TdClassName
{
border-color: #D8DFBD;
}
.TagClassName
{
border-color: #D8DFBD;
}
</style>