Shades of Stark White #D8C8B9
Tints of Stark White #D8C8B9
RGB
CMYK
RGB Variations
Color information
#D8C8B9 (or 0xD8C8B9) is known color: Stark White. HEX triplet: D8, C8 and B9. RGB value is (216,200,185). Sum of RGB (Red+Green+Blue) = 216+200+185=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8B9 is #273746. Grayscale: #CBCBCB. Windows color (decimal): -2570055 or 12175576. OLE color: 12175576.
HSL color Cylindrical-coordinate representation of color #D8C8B9: hue angle of 29.03º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8C8B9 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 185 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.15 |
| HSL | 29.03º | 0.28% | 0.79% | - |
| HSV(B) | 29.03º | 0.14% | 0.85% | - |
| XYZ | 57.73 | 59.41 | 54.32 | - |
| YUV | 203.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 185 | 0 | 0.07 | 0.14 | 0.15 | 29.03 | 0.28 | 0.79 |
| Hex | D8 | C8 | B9 | 0 | 7 | E | F | 1D | 1C | 4F |
| Octal | 330 | 310 | 271 | 0 | 7 | 16 | 17 | 35 | 34 | 117 |
| Binary | 11011000 | 11001000 | 10111001 | 0 | 111 | 1110 | 1111 | 11101 | 11100 | 1001111 |
Color Harmonies of #D8C8B9
Complementary color
Monochromatic Colors of #D8C8B9
Black with #D8C8B9
Text Example
Text Example
White with #D8C8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8B9; }
p { color: rgb(216,200,185); }
H1.HeaderClassName
{
color: #D8C8B9;
}
.AnyTagClassName
{
color: #D8C8B9;
}
</style>
background-color css
<style>
a { background-color: #D8C8B9; }
a { background-color: rgb(216,200,185); }
div.DivClassName
{
background-color: #D8C8B9;
}
.BgClassName
{
background-color: #D8C8B9;
}
</style>
border-color css
<style>
span { border-color: #D8C8B9; }
span { border-color: rgb(216,200,185); }
td.TdClassName
{
border-color: #D8C8B9;
}
.TagClassName
{
border-color: #D8C8B9;
}
</style>