Shades of Stark White #D0C8B8
Tints of Stark White #D0C8B8
RGB
CMYK
RGB Variations
Color information
#D0C8B8 (or 0xD0C8B8) is known color: Stark White. HEX triplet: D0, C8 and B8. RGB value is (208,200,184). Sum of RGB (Red+Green+Blue) = 208+200+184=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8B8 is #2F3747. Grayscale: #C8C8C8. Windows color (decimal): -3094344 or 12110032. OLE color: 12110032.
HSL color Cylindrical-coordinate representation of color #D0C8B8: hue angle of 40º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0C8B8 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 184 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.18 |
| HSL | 40º | 0.2% | 0.77% | - |
| HSV(B) | 40º | 0.12% | 0.82% | - |
| XYZ | 55.32 | 58.18 | 53.66 | - |
| YUV | 200.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 184 | 0 | 0.04 | 0.12 | 0.18 | 40 | 0.2 | 0.77 |
| Hex | D0 | C8 | B8 | 0 | 4 | C | 12 | 28 | 14 | 4D |
| Octal | 320 | 310 | 270 | 0 | 4 | 14 | 22 | 50 | 24 | 115 |
| Binary | 11010000 | 11001000 | 10111000 | 0 | 100 | 1100 | 10010 | 101000 | 10100 | 1001101 |
Color Harmonies of #D0C8B8
Complementary color
Monochromatic Colors of #D0C8B8
Black with #D0C8B8
Text Example
Text Example
White with #D0C8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8B8; }
p { color: rgb(208,200,184); }
H1.HeaderClassName
{
color: #D0C8B8;
}
.AnyTagClassName
{
color: #D0C8B8;
}
</style>
background-color css
<style>
a { background-color: #D0C8B8; }
a { background-color: rgb(208,200,184); }
div.DivClassName
{
background-color: #D0C8B8;
}
.BgClassName
{
background-color: #D0C8B8;
}
</style>
border-color css
<style>
span { border-color: #D0C8B8; }
span { border-color: rgb(208,200,184); }
td.TdClassName
{
border-color: #D0C8B8;
}
.TagClassName
{
border-color: #D0C8B8;
}
</style>