Shades of Stark White #D1C7BC
Tints of Stark White #D1C7BC
RGB
CMYK
RGB Variations
Color information
#D1C7BC (or 0xD1C7BC) is known color: Stark White. HEX triplet: D1, C7 and BC. RGB value is (209,199,188). Sum of RGB (Red+Green+Blue) = 209+199+188=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7BC is #2E3843. Grayscale: #C8C8C8. Windows color (decimal): -3029060 or 12371921. OLE color: 12371921.
HSL color Cylindrical-coordinate representation of color #D1C7BC: hue angle of 31.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1C7BC is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 188 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.18 |
| HSL | 31.43º | 0.19% | 0.78% | - |
| HSV(B) | 31.43º | 0.1% | 0.82% | - |
| XYZ | 55.8 | 58.03 | 55.84 | - |
| YUV | 200.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 188 | 0 | 0.05 | 0.10 | 0.18 | 31.43 | 0.19 | 0.78 |
| Hex | D1 | C7 | BC | 0 | 5 | A | 12 | 1F | 13 | 4E |
| Octal | 321 | 307 | 274 | 0 | 5 | 12 | 22 | 37 | 23 | 116 |
| Binary | 11010001 | 11000111 | 10111100 | 0 | 101 | 1010 | 10010 | 11111 | 10011 | 1001110 |
Color Harmonies of #D1C7BC
Complementary color
Monochromatic Colors of #D1C7BC
Black with #D1C7BC
Text Example
Text Example
White with #D1C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C7BC; }
p { color: rgb(209,199,188); }
H1.HeaderClassName
{
color: #D1C7BC;
}
.AnyTagClassName
{
color: #D1C7BC;
}
</style>
background-color css
<style>
a { background-color: #D1C7BC; }
a { background-color: rgb(209,199,188); }
div.DivClassName
{
background-color: #D1C7BC;
}
.BgClassName
{
background-color: #D1C7BC;
}
</style>
border-color css
<style>
span { border-color: #D1C7BC; }
span { border-color: rgb(209,199,188); }
td.TdClassName
{
border-color: #D1C7BC;
}
.TagClassName
{
border-color: #D1C7BC;
}
</style>