Shades of Stark White #D3C9BD
Tints of Stark White #D3C9BD
RGB
CMYK
RGB Variations
Color information
#D3C9BD (or 0xD3C9BD) is known color: Stark White. HEX triplet: D3, C9 and BD. RGB value is (211,201,189). Sum of RGB (Red+Green+Blue) = 211+201+189=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9BD is #2C3642. Grayscale: #CACACA. Windows color (decimal): -2897475 or 12437971. OLE color: 12437971.
HSL color Cylindrical-coordinate representation of color #D3C9BD: hue angle of 32.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3C9BD is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 189 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.17 |
| HSL | 32.73º | 0.2% | 0.78% | - |
| HSV(B) | 32.73º | 0.1% | 0.83% | - |
| XYZ | 56.94 | 59.3 | 56.59 | - |
| YUV | 202.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 189 | 0 | 0.05 | 0.10 | 0.17 | 32.73 | 0.2 | 0.78 |
| Hex | D3 | C9 | BD | 0 | 5 | A | 11 | 21 | 14 | 4E |
| Octal | 323 | 311 | 275 | 0 | 5 | 12 | 21 | 41 | 24 | 116 |
| Binary | 11010011 | 11001001 | 10111101 | 0 | 101 | 1010 | 10001 | 100001 | 10100 | 1001110 |
Color Harmonies of #D3C9BD
Complementary color
Monochromatic Colors of #D3C9BD
Black with #D3C9BD
Text Example
Text Example
White with #D3C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9BD; }
p { color: rgb(211,201,189); }
H1.HeaderClassName
{
color: #D3C9BD;
}
.AnyTagClassName
{
color: #D3C9BD;
}
</style>
background-color css
<style>
a { background-color: #D3C9BD; }
a { background-color: rgb(211,201,189); }
div.DivClassName
{
background-color: #D3C9BD;
}
.BgClassName
{
background-color: #D3C9BD;
}
</style>
border-color css
<style>
span { border-color: #D3C9BD; }
span { border-color: rgb(211,201,189); }
td.TdClassName
{
border-color: #D3C9BD;
}
.TagClassName
{
border-color: #D3C9BD;
}
</style>