Shades of Stark White #D3C9BC
Tints of Stark White #D3C9BC
RGB
CMYK
RGB Variations
Color information
#D3C9BC (or 0xD3C9BC) is known color: Stark White. HEX triplet: D3, C9 and BC. RGB value is (211,201,188). Sum of RGB (Red+Green+Blue) = 211+201+188=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9BC is #2C3643. Grayscale: #CACACA. Windows color (decimal): -2897476 or 12372435. OLE color: 12372435.
HSL color Cylindrical-coordinate representation of color #D3C9BC: hue angle of 33.91º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C9BC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 188 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.17 |
| HSL | 33.91º | 0.21% | 0.78% | - |
| HSV(B) | 33.91º | 0.11% | 0.83% | - |
| XYZ | 56.83 | 59.25 | 56.02 | - |
| YUV | 202.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 188 | 0 | 0.05 | 0.11 | 0.17 | 33.91 | 0.21 | 0.78 |
| Hex | D3 | C9 | BC | 0 | 5 | B | 11 | 22 | 15 | 4E |
| Octal | 323 | 311 | 274 | 0 | 5 | 13 | 21 | 42 | 25 | 116 |
| Binary | 11010011 | 11001001 | 10111100 | 0 | 101 | 1011 | 10001 | 100010 | 10101 | 1001110 |
Color Harmonies of #D3C9BC
Complementary color
Monochromatic Colors of #D3C9BC
Black with #D3C9BC
Text Example
Text Example
White with #D3C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9BC; }
p { color: rgb(211,201,188); }
H1.HeaderClassName
{
color: #D3C9BC;
}
.AnyTagClassName
{
color: #D3C9BC;
}
</style>
background-color css
<style>
a { background-color: #D3C9BC; }
a { background-color: rgb(211,201,188); }
div.DivClassName
{
background-color: #D3C9BC;
}
.BgClassName
{
background-color: #D3C9BC;
}
</style>
border-color css
<style>
span { border-color: #D3C9BC; }
span { border-color: rgb(211,201,188); }
td.TdClassName
{
border-color: #D3C9BC;
}
.TagClassName
{
border-color: #D3C9BC;
}
</style>