Shades of Stark White #D5C8BC
Tints of Stark White #D5C8BC
RGB
CMYK
RGB Variations
Color information
#D5C8BC (or 0xD5C8BC) is known color: Stark White. HEX triplet: D5, C8 and BC. RGB value is (213,200,188). Sum of RGB (Red+Green+Blue) = 213+200+188=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8BC is #2A3743. Grayscale: #CACACA. Windows color (decimal): -2766660 or 12372181. OLE color: 12372181.
HSL color Cylindrical-coordinate representation of color #D5C8BC: hue angle of 28.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C8BC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 188 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.16 |
| HSL | 28.8º | 0.23% | 0.79% | - |
| HSV(B) | 28.8º | 0.12% | 0.84% | - |
| XYZ | 57.17 | 59.09 | 55.97 | - |
| YUV | 202.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 188 | 0 | 0.06 | 0.12 | 0.16 | 28.8 | 0.23 | 0.79 |
| Hex | D5 | C8 | BC | 0 | 6 | C | 10 | 1D | 17 | 4F |
| Octal | 325 | 310 | 274 | 0 | 6 | 14 | 20 | 35 | 27 | 117 |
| Binary | 11010101 | 11001000 | 10111100 | 0 | 110 | 1100 | 10000 | 11101 | 10111 | 1001111 |
Color Harmonies of #D5C8BC
Complementary color
Monochromatic Colors of #D5C8BC
Black with #D5C8BC
Text Example
Text Example
White with #D5C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8BC; }
p { color: rgb(213,200,188); }
H1.HeaderClassName
{
color: #D5C8BC;
}
.AnyTagClassName
{
color: #D5C8BC;
}
</style>
background-color css
<style>
a { background-color: #D5C8BC; }
a { background-color: rgb(213,200,188); }
div.DivClassName
{
background-color: #D5C8BC;
}
.BgClassName
{
background-color: #D5C8BC;
}
</style>
border-color css
<style>
span { border-color: #D5C8BC; }
span { border-color: rgb(213,200,188); }
td.TdClassName
{
border-color: #D5C8BC;
}
.TagClassName
{
border-color: #D5C8BC;
}
</style>