Shades of Stark White #D6C5BA
Tints of Stark White #D6C5BA
RGB
CMYK
RGB Variations
Color information
#D6C5BA (or 0xD6C5BA) is known color: Stark White. HEX triplet: D6, C5 and BA. RGB value is (214,197,186). Sum of RGB (Red+Green+Blue) = 214+197+186=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5BA is #293A45. Grayscale: #C8C8C8. Windows color (decimal): -2701894 or 12240342. OLE color: 12240342.
HSL color Cylindrical-coordinate representation of color #D6C5BA: hue angle of 23.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6C5BA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 186 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.16 |
| HSL | 23.57º | 0.25% | 0.78% | - |
| HSV(B) | 23.57º | 0.13% | 0.84% | - |
| XYZ | 56.56 | 57.77 | 54.62 | - |
| YUV | 200.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 186 | 0 | 0.08 | 0.13 | 0.16 | 23.57 | 0.25 | 0.78 |
| Hex | D6 | C5 | BA | 0 | 8 | D | 10 | 18 | 19 | 4E |
| Octal | 326 | 305 | 272 | 0 | 10 | 15 | 20 | 30 | 31 | 116 |
| Binary | 11010110 | 11000101 | 10111010 | 0 | 1000 | 1101 | 10000 | 11000 | 11001 | 1001110 |
Color Harmonies of #D6C5BA
Complementary color
Monochromatic Colors of #D6C5BA
Black with #D6C5BA
Text Example
Text Example
White with #D6C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C5BA; }
p { color: rgb(214,197,186); }
H1.HeaderClassName
{
color: #D6C5BA;
}
.AnyTagClassName
{
color: #D6C5BA;
}
</style>
background-color css
<style>
a { background-color: #D6C5BA; }
a { background-color: rgb(214,197,186); }
div.DivClassName
{
background-color: #D6C5BA;
}
.BgClassName
{
background-color: #D6C5BA;
}
</style>
border-color css
<style>
span { border-color: #D6C5BA; }
span { border-color: rgb(214,197,186); }
td.TdClassName
{
border-color: #D6C5BA;
}
.TagClassName
{
border-color: #D6C5BA;
}
</style>