Shades of Stark White #D6C5B8
Tints of Stark White #D6C5B8
RGB
CMYK
RGB Variations
Color information
#D6C5B8 (or 0xD6C5B8) is known color: Stark White. HEX triplet: D6, C5 and B8. RGB value is (214,197,184). Sum of RGB (Red+Green+Blue) = 214+197+184=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5B8 is #293A47. Grayscale: #C8C8C8. Windows color (decimal): -2701896 or 12109270. OLE color: 12109270.
HSL color Cylindrical-coordinate representation of color #D6C5B8: hue angle of 26º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6C5B8 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 184 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.16 |
| HSL | 26º | 0.27% | 0.78% | - |
| HSV(B) | 26º | 0.14% | 0.84% | - |
| XYZ | 56.35 | 57.69 | 53.51 | - |
| YUV | 200.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 184 | 0 | 0.08 | 0.14 | 0.16 | 26 | 0.27 | 0.78 |
| Hex | D6 | C5 | B8 | 0 | 8 | E | 10 | 1A | 1B | 4E |
| Octal | 326 | 305 | 270 | 0 | 10 | 16 | 20 | 32 | 33 | 116 |
| Binary | 11010110 | 11000101 | 10111000 | 0 | 1000 | 1110 | 10000 | 11010 | 11011 | 1001110 |
Color Harmonies of #D6C5B8
Complementary color
Monochromatic Colors of #D6C5B8
Black with #D6C5B8
Text Example
Text Example
White with #D6C5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C5B8; }
p { color: rgb(214,197,184); }
H1.HeaderClassName
{
color: #D6C5B8;
}
.AnyTagClassName
{
color: #D6C5B8;
}
</style>
background-color css
<style>
a { background-color: #D6C5B8; }
a { background-color: rgb(214,197,184); }
div.DivClassName
{
background-color: #D6C5B8;
}
.BgClassName
{
background-color: #D6C5B8;
}
</style>
border-color css
<style>
span { border-color: #D6C5B8; }
span { border-color: rgb(214,197,184); }
td.TdClassName
{
border-color: #D6C5B8;
}
.TagClassName
{
border-color: #D6C5B8;
}
</style>