Shades of Stark White #D0C9BD
Tints of Stark White #D0C9BD
RGB
CMYK
RGB Variations
Color information
#D0C9BD (or 0xD0C9BD) is known color: Stark White. HEX triplet: D0, C9 and BD. RGB value is (208,201,189). Sum of RGB (Red+Green+Blue) = 208+201+189=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9BD is #2F3642. Grayscale: #C9C9C9. Windows color (decimal): -3094083 or 12437968. OLE color: 12437968.
HSL color Cylindrical-coordinate representation of color #D0C9BD: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0C9BD is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 189 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.18 |
| HSL | 37.89º | 0.17% | 0.78% | - |
| HSV(B) | 37.89º | 0.09% | 0.82% | - |
| XYZ | 56.08 | 58.86 | 56.55 | - |
| YUV | 201.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 189 | 0 | 0.03 | 0.09 | 0.18 | 37.89 | 0.17 | 0.78 |
| Hex | D0 | C9 | BD | 0 | 3 | 9 | 12 | 26 | 11 | 4E |
| Octal | 320 | 311 | 275 | 0 | 3 | 11 | 22 | 46 | 21 | 116 |
| Binary | 11010000 | 11001001 | 10111101 | 0 | 11 | 1001 | 10010 | 100110 | 10001 | 1001110 |
Color Harmonies of #D0C9BD
Complementary color
Monochromatic Colors of #D0C9BD
Black with #D0C9BD
Text Example
Text Example
White with #D0C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9BD; }
p { color: rgb(208,201,189); }
H1.HeaderClassName
{
color: #D0C9BD;
}
.AnyTagClassName
{
color: #D0C9BD;
}
</style>
background-color css
<style>
a { background-color: #D0C9BD; }
a { background-color: rgb(208,201,189); }
div.DivClassName
{
background-color: #D0C9BD;
}
.BgClassName
{
background-color: #D0C9BD;
}
</style>
border-color css
<style>
span { border-color: #D0C9BD; }
span { border-color: rgb(208,201,189); }
td.TdClassName
{
border-color: #D0C9BD;
}
.TagClassName
{
border-color: #D0C9BD;
}
</style>