Shades of Frost #D8DCBD
Tints of Frost #D8DCBD
RGB
CMYK
RGB Variations
Color information
#D8DCBD (or 0xD8DCBD) is known color: Frost. HEX triplet: D8, DC and BD. RGB value is (216,220,189). Sum of RGB (Red+Green+Blue) = 216+220+189=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCBD is #272342. Grayscale: #D7D7D7. Windows color (decimal): -2564931 or 12442840. OLE color: 12442840.
HSL color Cylindrical-coordinate representation of color #D8DCBD: hue angle of 67.74º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DCBD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 189 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.14 |
| HSL | 67.74º | 0.31% | 0.8% | - |
| HSV(B) | 67.74º | 0.14% | 0.86% | - |
| XYZ | 63.1 | 69.46 | 58.23 | - |
| YUV | 215.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 189 | 0.02 | 0 | 0.14 | 0.14 | 67.74 | 0.31 | 0.8 |
| Hex | D8 | DC | BD | 2 | 0 | E | E | 44 | 1F | 50 |
| Octal | 330 | 334 | 275 | 2 | 0 | 16 | 16 | 104 | 37 | 120 |
| Binary | 11011000 | 11011100 | 10111101 | 10 | 0 | 1110 | 1110 | 1000100 | 11111 | 1010000 |
Color Harmonies of #D8DCBD
Complementary color
Monochromatic Colors of #D8DCBD
Black with #D8DCBD
Text Example
Text Example
White with #D8DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCBD; }
p { color: rgb(216,220,189); }
H1.HeaderClassName
{
color: #D8DCBD;
}
.AnyTagClassName
{
color: #D8DCBD;
}
</style>
background-color css
<style>
a { background-color: #D8DCBD; }
a { background-color: rgb(216,220,189); }
div.DivClassName
{
background-color: #D8DCBD;
}
.BgClassName
{
background-color: #D8DCBD;
}
</style>
border-color css
<style>
span { border-color: #D8DCBD; }
span { border-color: rgb(216,220,189); }
td.TdClassName
{
border-color: #D8DCBD;
}
.TagClassName
{
border-color: #D8DCBD;
}
</style>