Shades of Stark White #D7C8B7
Tints of Stark White #D7C8B7
RGB
CMYK
RGB Variations
Color information
#D7C8B7 (or 0xD7C8B7) is known color: Stark White. HEX triplet: D7, C8 and B7. RGB value is (215,200,183). Sum of RGB (Red+Green+Blue) = 215+200+183=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8B7 is #283748. Grayscale: #CACACA. Windows color (decimal): -2635593 or 12044503. OLE color: 12044503.
HSL color Cylindrical-coordinate representation of color #D7C8B7: hue angle of 31.88º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7C8B7 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 183 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.16 |
| HSL | 31.88º | 0.29% | 0.78% | - |
| HSV(B) | 31.88º | 0.15% | 0.84% | - |
| XYZ | 57.23 | 59.17 | 53.21 | - |
| YUV | 202.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 183 | 0 | 0.07 | 0.15 | 0.16 | 31.88 | 0.29 | 0.78 |
| Hex | D7 | C8 | B7 | 0 | 7 | F | 10 | 20 | 1D | 4E |
| Octal | 327 | 310 | 267 | 0 | 7 | 17 | 20 | 40 | 35 | 116 |
| Binary | 11010111 | 11001000 | 10110111 | 0 | 111 | 1111 | 10000 | 100000 | 11101 | 1001110 |
Color Harmonies of #D7C8B7
Complementary color
Monochromatic Colors of #D7C8B7
Black with #D7C8B7
Text Example
Text Example
White with #D7C8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8B7; }
p { color: rgb(215,200,183); }
H1.HeaderClassName
{
color: #D7C8B7;
}
.AnyTagClassName
{
color: #D7C8B7;
}
</style>
background-color css
<style>
a { background-color: #D7C8B7; }
a { background-color: rgb(215,200,183); }
div.DivClassName
{
background-color: #D7C8B7;
}
.BgClassName
{
background-color: #D7C8B7;
}
</style>
border-color css
<style>
span { border-color: #D7C8B7; }
span { border-color: rgb(215,200,183); }
td.TdClassName
{
border-color: #D7C8B7;
}
.TagClassName
{
border-color: #D7C8B7;
}
</style>