Shades of Stark White #D3C5BA
Tints of Stark White #D3C5BA
RGB
CMYK
RGB Variations
Color information
#D3C5BA (or 0xD3C5BA) is known color: Stark White. HEX triplet: D3, C5 and BA. RGB value is (211,197,186). Sum of RGB (Red+Green+Blue) = 211+197+186=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5BA is #2C3A45. Grayscale: #C7C7C7. Windows color (decimal): -2898502 or 12240339. OLE color: 12240339.
HSL color Cylindrical-coordinate representation of color #D3C5BA: hue angle of 26.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3C5BA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 186 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.17 |
| HSL | 26.4º | 0.22% | 0.78% | - |
| HSV(B) | 26.4º | 0.12% | 0.83% | - |
| XYZ | 55.69 | 57.33 | 54.58 | - |
| YUV | 199.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 186 | 0 | 0.07 | 0.12 | 0.17 | 26.4 | 0.22 | 0.78 |
| Hex | D3 | C5 | BA | 0 | 7 | C | 11 | 1A | 16 | 4E |
| Octal | 323 | 305 | 272 | 0 | 7 | 14 | 21 | 32 | 26 | 116 |
| Binary | 11010011 | 11000101 | 10111010 | 0 | 111 | 1100 | 10001 | 11010 | 10110 | 1001110 |
Color Harmonies of #D3C5BA
Complementary color
Monochromatic Colors of #D3C5BA
Black with #D3C5BA
Text Example
Text Example
White with #D3C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5BA; }
p { color: rgb(211,197,186); }
H1.HeaderClassName
{
color: #D3C5BA;
}
.AnyTagClassName
{
color: #D3C5BA;
}
</style>
background-color css
<style>
a { background-color: #D3C5BA; }
a { background-color: rgb(211,197,186); }
div.DivClassName
{
background-color: #D3C5BA;
}
.BgClassName
{
background-color: #D3C5BA;
}
</style>
border-color css
<style>
span { border-color: #D3C5BA; }
span { border-color: rgb(211,197,186); }
td.TdClassName
{
border-color: #D3C5BA;
}
.TagClassName
{
border-color: #D3C5BA;
}
</style>