Shades of Frost #D8DACB
Tints of Frost #D8DACB
RGB
CMYK
RGB Variations
Color information
#D8DACB (or 0xD8DACB) is known color: Frost. HEX triplet: D8, DA and CB. RGB value is (216,218,203). Sum of RGB (Red+Green+Blue) = 216+218+203=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DACB is #272534. Grayscale: #D7D7D7. Windows color (decimal): -2565429 or 13359832. OLE color: 13359832.
HSL color Cylindrical-coordinate representation of color #D8DACB: hue angle of 68º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DACB is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 203 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.15 |
| HSL | 68º | 0.17% | 0.83% | - |
| HSV(B) | 68º | 0.07% | 0.85% | - |
| XYZ | 64.17 | 69.05 | 66.45 | - |
| YUV | 215.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 203 | 0.01 | 0 | 0.07 | 0.15 | 68 | 0.17 | 0.83 |
| Hex | D8 | DA | CB | 1 | 0 | 7 | F | 44 | 11 | 53 |
| Octal | 330 | 332 | 313 | 1 | 0 | 7 | 17 | 104 | 21 | 123 |
| Binary | 11011000 | 11011010 | 11001011 | 1 | 0 | 111 | 1111 | 1000100 | 10001 | 1010011 |
Color Harmonies of #D8DACB
Complementary color
Monochromatic Colors of #D8DACB
Black with #D8DACB
Text Example
Text Example
White with #D8DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DACB; }
p { color: rgb(216,218,203); }
H1.HeaderClassName
{
color: #D8DACB;
}
.AnyTagClassName
{
color: #D8DACB;
}
</style>
background-color css
<style>
a { background-color: #D8DACB; }
a { background-color: rgb(216,218,203); }
div.DivClassName
{
background-color: #D8DACB;
}
.BgClassName
{
background-color: #D8DACB;
}
</style>
border-color css
<style>
span { border-color: #D8DACB; }
span { border-color: rgb(216,218,203); }
td.TdClassName
{
border-color: #D8DACB;
}
.TagClassName
{
border-color: #D8DACB;
}
</style>