Shades of Stark White #D5C5BA
Tints of Stark White #D5C5BA
RGB
CMYK
RGB Variations
Color information
#D5C5BA (or 0xD5C5BA) is known color: Stark White. HEX triplet: D5, C5 and BA. RGB value is (213,197,186). Sum of RGB (Red+Green+Blue) = 213+197+186=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5BA is #2A3A45. Grayscale: #C8C8C8. Windows color (decimal): -2767430 or 12240341. OLE color: 12240341.
HSL color Cylindrical-coordinate representation of color #D5C5BA: hue angle of 24.44º degrees, saturation: 0.24, 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 #D5C5BA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 186 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.16 |
| HSL | 24.44º | 0.24% | 0.78% | - |
| HSV(B) | 24.44º | 0.13% | 0.84% | - |
| XYZ | 56.27 | 57.62 | 54.61 | - |
| YUV | 200.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 186 | 0 | 0.08 | 0.13 | 0.16 | 24.44 | 0.24 | 0.78 |
| Hex | D5 | C5 | BA | 0 | 8 | D | 10 | 18 | 18 | 4E |
| Octal | 325 | 305 | 272 | 0 | 10 | 15 | 20 | 30 | 30 | 116 |
| Binary | 11010101 | 11000101 | 10111010 | 0 | 1000 | 1101 | 10000 | 11000 | 11000 | 1001110 |
Color Harmonies of #D5C5BA
Complementary color
Monochromatic Colors of #D5C5BA
Black with #D5C5BA
Text Example
Text Example
White with #D5C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5BA; }
p { color: rgb(213,197,186); }
H1.HeaderClassName
{
color: #D5C5BA;
}
.AnyTagClassName
{
color: #D5C5BA;
}
</style>
background-color css
<style>
a { background-color: #D5C5BA; }
a { background-color: rgb(213,197,186); }
div.DivClassName
{
background-color: #D5C5BA;
}
.BgClassName
{
background-color: #D5C5BA;
}
</style>
border-color css
<style>
span { border-color: #D5C5BA; }
span { border-color: rgb(213,197,186); }
td.TdClassName
{
border-color: #D5C5BA;
}
.TagClassName
{
border-color: #D5C5BA;
}
</style>