Shades of Stark White #D6C8B5
Tints of Stark White #D6C8B5
RGB
CMYK
RGB Variations
Color information
#D6C8B5 (or 0xD6C8B5) is known color: Stark White. HEX triplet: D6, C8 and B5. RGB value is (214,200,181). Sum of RGB (Red+Green+Blue) = 214+200+181=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8B5 is #29374A. Grayscale: #CACACA. Windows color (decimal): -2701131 or 11913430. OLE color: 11913430.
HSL color Cylindrical-coordinate representation of color #D6C8B5: hue angle of 34.55º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C8B5 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 181 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.16 |
| HSL | 34.55º | 0.29% | 0.77% | - |
| HSV(B) | 34.55º | 0.15% | 0.84% | - |
| XYZ | 56.73 | 58.94 | 52.1 | - |
| YUV | 202.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 181 | 0 | 0.07 | 0.15 | 0.16 | 34.55 | 0.29 | 0.77 |
| Hex | D6 | C8 | B5 | 0 | 7 | F | 10 | 23 | 1D | 4D |
| Octal | 326 | 310 | 265 | 0 | 7 | 17 | 20 | 43 | 35 | 115 |
| Binary | 11010110 | 11001000 | 10110101 | 0 | 111 | 1111 | 10000 | 100011 | 11101 | 1001101 |
Color Harmonies of #D6C8B5
Complementary color
Monochromatic Colors of #D6C8B5
Black with #D6C8B5
Text Example
Text Example
White with #D6C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8B5; }
p { color: rgb(214,200,181); }
H1.HeaderClassName
{
color: #D6C8B5;
}
.AnyTagClassName
{
color: #D6C8B5;
}
</style>
background-color css
<style>
a { background-color: #D6C8B5; }
a { background-color: rgb(214,200,181); }
div.DivClassName
{
background-color: #D6C8B5;
}
.BgClassName
{
background-color: #D6C8B5;
}
</style>
border-color css
<style>
span { border-color: #D6C8B5; }
span { border-color: rgb(214,200,181); }
td.TdClassName
{
border-color: #D6C8B5;
}
.TagClassName
{
border-color: #D6C8B5;
}
</style>