Shades of Stark White #D3C8BC
Tints of Stark White #D3C8BC
RGB
CMYK
RGB Variations
Color information
#D3C8BC (or 0xD3C8BC) is known color: Stark White. HEX triplet: D3, C8 and BC. RGB value is (211,200,188). Sum of RGB (Red+Green+Blue) = 211+200+188=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C8BC is #2C3743. Grayscale: #C9C9C9. Windows color (decimal): -2897732 or 12372179. OLE color: 12372179.
HSL color Cylindrical-coordinate representation of color #D3C8BC: hue angle of 31.3º 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 #D3C8BC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 188 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.17 |
| HSL | 31.3º | 0.21% | 0.78% | - |
| HSV(B) | 31.3º | 0.11% | 0.83% | - |
| XYZ | 56.6 | 58.79 | 55.94 | - |
| YUV | 201.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 188 | 0 | 0.05 | 0.11 | 0.17 | 31.3 | 0.21 | 0.78 |
| Hex | D3 | C8 | BC | 0 | 5 | B | 11 | 1F | 15 | 4E |
| Octal | 323 | 310 | 274 | 0 | 5 | 13 | 21 | 37 | 25 | 116 |
| Binary | 11010011 | 11001000 | 10111100 | 0 | 101 | 1011 | 10001 | 11111 | 10101 | 1001110 |
Color Harmonies of #D3C8BC
Complementary color
Monochromatic Colors of #D3C8BC
Black with #D3C8BC
Text Example
Text Example
White with #D3C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C8BC; }
p { color: rgb(211,200,188); }
H1.HeaderClassName
{
color: #D3C8BC;
}
.AnyTagClassName
{
color: #D3C8BC;
}
</style>
background-color css
<style>
a { background-color: #D3C8BC; }
a { background-color: rgb(211,200,188); }
div.DivClassName
{
background-color: #D3C8BC;
}
.BgClassName
{
background-color: #D3C8BC;
}
</style>
border-color css
<style>
span { border-color: #D3C8BC; }
span { border-color: rgb(211,200,188); }
td.TdClassName
{
border-color: #D3C8BC;
}
.TagClassName
{
border-color: #D3C8BC;
}
</style>