Shades of Stark White #D6C8BB
Tints of Stark White #D6C8BB
RGB
CMYK
RGB Variations
Color information
#D6C8BB (or 0xD6C8BB) is known color: Stark White. HEX triplet: D6, C8 and BB. RGB value is (214,200,187). Sum of RGB (Red+Green+Blue) = 214+200+187=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8BB is #293744. Grayscale: #CACACA. Windows color (decimal): -2701125 or 12306646. OLE color: 12306646.
HSL color Cylindrical-coordinate representation of color #D6C8BB: hue angle of 28.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6C8BB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 187 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.16 |
| HSL | 28.89º | 0.25% | 0.79% | - |
| HSV(B) | 28.89º | 0.13% | 0.84% | - |
| XYZ | 57.36 | 59.19 | 55.42 | - |
| YUV | 202.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 187 | 0 | 0.07 | 0.13 | 0.16 | 28.89 | 0.25 | 0.79 |
| Hex | D6 | C8 | BB | 0 | 7 | D | 10 | 1D | 19 | 4F |
| Octal | 326 | 310 | 273 | 0 | 7 | 15 | 20 | 35 | 31 | 117 |
| Binary | 11010110 | 11001000 | 10111011 | 0 | 111 | 1101 | 10000 | 11101 | 11001 | 1001111 |
Color Harmonies of #D6C8BB
Complementary color
Monochromatic Colors of #D6C8BB
Black with #D6C8BB
Text Example
Text Example
White with #D6C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8BB; }
p { color: rgb(214,200,187); }
H1.HeaderClassName
{
color: #D6C8BB;
}
.AnyTagClassName
{
color: #D6C8BB;
}
</style>
background-color css
<style>
a { background-color: #D6C8BB; }
a { background-color: rgb(214,200,187); }
div.DivClassName
{
background-color: #D6C8BB;
}
.BgClassName
{
background-color: #D6C8BB;
}
</style>
border-color css
<style>
span { border-color: #D6C8BB; }
span { border-color: rgb(214,200,187); }
td.TdClassName
{
border-color: #D6C8BB;
}
.TagClassName
{
border-color: #D6C8BB;
}
</style>