Shades of Stark White #D1C7BB
Tints of Stark White #D1C7BB
RGB
CMYK
RGB Variations
Color information
#D1C7BB (or 0xD1C7BB) is known color: Stark White. HEX triplet: D1, C7 and BB. RGB value is (209,199,187). Sum of RGB (Red+Green+Blue) = 209+199+187=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7BB is #2E3844. Grayscale: #C8C8C8. Windows color (decimal): -3029061 or 12306385. OLE color: 12306385.
HSL color Cylindrical-coordinate representation of color #D1C7BB: hue angle of 32.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1C7BB is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 187 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.18 |
| HSL | 32.73º | 0.19% | 0.78% | - |
| HSV(B) | 32.73º | 0.11% | 0.82% | - |
| XYZ | 55.69 | 57.99 | 55.27 | - |
| YUV | 200.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 187 | 0 | 0.05 | 0.11 | 0.18 | 32.73 | 0.19 | 0.78 |
| Hex | D1 | C7 | BB | 0 | 5 | B | 12 | 21 | 13 | 4E |
| Octal | 321 | 307 | 273 | 0 | 5 | 13 | 22 | 41 | 23 | 116 |
| Binary | 11010001 | 11000111 | 10111011 | 0 | 101 | 1011 | 10010 | 100001 | 10011 | 1001110 |
Color Harmonies of #D1C7BB
Complementary color
Monochromatic Colors of #D1C7BB
Black with #D1C7BB
Text Example
Text Example
White with #D1C7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C7BB; }
p { color: rgb(209,199,187); }
H1.HeaderClassName
{
color: #D1C7BB;
}
.AnyTagClassName
{
color: #D1C7BB;
}
</style>
background-color css
<style>
a { background-color: #D1C7BB; }
a { background-color: rgb(209,199,187); }
div.DivClassName
{
background-color: #D1C7BB;
}
.BgClassName
{
background-color: #D1C7BB;
}
</style>
border-color css
<style>
span { border-color: #D1C7BB; }
span { border-color: rgb(209,199,187); }
td.TdClassName
{
border-color: #D1C7BB;
}
.TagClassName
{
border-color: #D1C7BB;
}
</style>