Shades of Stark White #D3C7BB
Tints of Stark White #D3C7BB
RGB
CMYK
RGB Variations
Color information
#D3C7BB (or 0xD3C7BB) is known color: Stark White. HEX triplet: D3, C7 and BB. RGB value is (211,199,187). Sum of RGB (Red+Green+Blue) = 211+199+187=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7BB is #2C3844. Grayscale: #C9C9C9. Windows color (decimal): -2897989 or 12306387. OLE color: 12306387.
HSL color Cylindrical-coordinate representation of color #D3C7BB: hue angle of 30º 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 #D3C7BB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 187 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.17 |
| HSL | 30º | 0.21% | 0.78% | - |
| HSV(B) | 30º | 0.11% | 0.83% | - |
| XYZ | 56.26 | 58.28 | 55.3 | - |
| YUV | 201.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 187 | 0 | 0.06 | 0.11 | 0.17 | 30 | 0.21 | 0.78 |
| Hex | D3 | C7 | BB | 0 | 6 | B | 11 | 1E | 15 | 4E |
| Octal | 323 | 307 | 273 | 0 | 6 | 13 | 21 | 36 | 25 | 116 |
| Binary | 11010011 | 11000111 | 10111011 | 0 | 110 | 1011 | 10001 | 11110 | 10101 | 1001110 |
Color Harmonies of #D3C7BB
Complementary color
Monochromatic Colors of #D3C7BB
Black with #D3C7BB
Text Example
Text Example
White with #D3C7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7BB; }
p { color: rgb(211,199,187); }
H1.HeaderClassName
{
color: #D3C7BB;
}
.AnyTagClassName
{
color: #D3C7BB;
}
</style>
background-color css
<style>
a { background-color: #D3C7BB; }
a { background-color: rgb(211,199,187); }
div.DivClassName
{
background-color: #D3C7BB;
}
.BgClassName
{
background-color: #D3C7BB;
}
</style>
border-color css
<style>
span { border-color: #D3C7BB; }
span { border-color: rgb(211,199,187); }
td.TdClassName
{
border-color: #D3C7BB;
}
.TagClassName
{
border-color: #D3C7BB;
}
</style>