Shades of Stark White #D0C5BA
Tints of Stark White #D0C5BA
RGB
CMYK
RGB Variations
Color information
#D0C5BA (or 0xD0C5BA) is known color: Stark White. HEX triplet: D0, C5 and BA. RGB value is (208,197,186). Sum of RGB (Red+Green+Blue) = 208+197+186=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5BA is #2F3A45. Grayscale: #C7C7C7. Windows color (decimal): -3095110 or 12240336. OLE color: 12240336.
HSL color Cylindrical-coordinate representation of color #D0C5BA: hue angle of 30º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0C5BA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 186 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.18 |
| HSL | 30º | 0.19% | 0.77% | - |
| HSV(B) | 30º | 0.11% | 0.82% | - |
| XYZ | 54.84 | 56.89 | 54.54 | - |
| YUV | 199.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 186 | 0 | 0.05 | 0.11 | 0.18 | 30 | 0.19 | 0.77 |
| Hex | D0 | C5 | BA | 0 | 5 | B | 12 | 1E | 13 | 4D |
| Octal | 320 | 305 | 272 | 0 | 5 | 13 | 22 | 36 | 23 | 115 |
| Binary | 11010000 | 11000101 | 10111010 | 0 | 101 | 1011 | 10010 | 11110 | 10011 | 1001101 |
Color Harmonies of #D0C5BA
Complementary color
Monochromatic Colors of #D0C5BA
Black with #D0C5BA
Text Example
Text Example
White with #D0C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5BA; }
p { color: rgb(208,197,186); }
H1.HeaderClassName
{
color: #D0C5BA;
}
.AnyTagClassName
{
color: #D0C5BA;
}
</style>
background-color css
<style>
a { background-color: #D0C5BA; }
a { background-color: rgb(208,197,186); }
div.DivClassName
{
background-color: #D0C5BA;
}
.BgClassName
{
background-color: #D0C5BA;
}
</style>
border-color css
<style>
span { border-color: #D0C5BA; }
span { border-color: rgb(208,197,186); }
td.TdClassName
{
border-color: #D0C5BA;
}
.TagClassName
{
border-color: #D0C5BA;
}
</style>