Shades of Stark White #D2C5B9
Tints of Stark White #D2C5B9
RGB
CMYK
RGB Variations
Color information
#D2C5B9 (or 0xD2C5B9) is known color: Stark White. HEX triplet: D2, C5 and B9. RGB value is (210,197,185). Sum of RGB (Red+Green+Blue) = 210+197+185=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5B9 is #2D3A46. Grayscale: #C7C7C7. Windows color (decimal): -2964039 or 12174802. OLE color: 12174802.
HSL color Cylindrical-coordinate representation of color #D2C5B9: hue angle of 28.8º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2C5B9 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 185 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.18 |
| HSL | 28.8º | 0.22% | 0.77% | - |
| HSV(B) | 28.8º | 0.12% | 0.82% | - |
| XYZ | 55.3 | 57.14 | 54.01 | - |
| YUV | 199.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 185 | 0 | 0.06 | 0.12 | 0.18 | 28.8 | 0.22 | 0.77 |
| Hex | D2 | C5 | B9 | 0 | 6 | C | 12 | 1D | 16 | 4D |
| Octal | 322 | 305 | 271 | 0 | 6 | 14 | 22 | 35 | 26 | 115 |
| Binary | 11010010 | 11000101 | 10111001 | 0 | 110 | 1100 | 10010 | 11101 | 10110 | 1001101 |
Color Harmonies of #D2C5B9
Complementary color
Monochromatic Colors of #D2C5B9
Black with #D2C5B9
Text Example
Text Example
White with #D2C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5B9; }
p { color: rgb(210,197,185); }
H1.HeaderClassName
{
color: #D2C5B9;
}
.AnyTagClassName
{
color: #D2C5B9;
}
</style>
background-color css
<style>
a { background-color: #D2C5B9; }
a { background-color: rgb(210,197,185); }
div.DivClassName
{
background-color: #D2C5B9;
}
.BgClassName
{
background-color: #D2C5B9;
}
</style>
border-color css
<style>
span { border-color: #D2C5B9; }
span { border-color: rgb(210,197,185); }
td.TdClassName
{
border-color: #D2C5B9;
}
.TagClassName
{
border-color: #D2C5B9;
}
</style>