Shades of Stark White #D0C4BB
Tints of Stark White #D0C4BB
RGB
CMYK
RGB Variations
Color information
#D0C4BB (or 0xD0C4BB) is known color: Stark White. HEX triplet: D0, C4 and BB. RGB value is (208,196,187). Sum of RGB (Red+Green+Blue) = 208+196+187=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C4BB is #2F3B44. Grayscale: #C6C6C6. Windows color (decimal): -3095365 or 12305616. OLE color: 12305616.
HSL color Cylindrical-coordinate representation of color #D0C4BB: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0C4BB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 187 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.18 |
| HSL | 25.71º | 0.18% | 0.77% | - |
| HSV(B) | 25.71º | 0.1% | 0.82% | - |
| XYZ | 54.72 | 56.48 | 55.03 | - |
| YUV | 198.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 187 | 0 | 0.06 | 0.10 | 0.18 | 25.71 | 0.18 | 0.77 |
| Hex | D0 | C4 | BB | 0 | 6 | A | 12 | 1A | 12 | 4D |
| Octal | 320 | 304 | 273 | 0 | 6 | 12 | 22 | 32 | 22 | 115 |
| Binary | 11010000 | 11000100 | 10111011 | 0 | 110 | 1010 | 10010 | 11010 | 10010 | 1001101 |
Color Harmonies of #D0C4BB
Complementary color
Monochromatic Colors of #D0C4BB
Black with #D0C4BB
Text Example
Text Example
White with #D0C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4BB; }
p { color: rgb(208,196,187); }
H1.HeaderClassName
{
color: #D0C4BB;
}
.AnyTagClassName
{
color: #D0C4BB;
}
</style>
background-color css
<style>
a { background-color: #D0C4BB; }
a { background-color: rgb(208,196,187); }
div.DivClassName
{
background-color: #D0C4BB;
}
.BgClassName
{
background-color: #D0C4BB;
}
</style>
border-color css
<style>
span { border-color: #D0C4BB; }
span { border-color: rgb(208,196,187); }
td.TdClassName
{
border-color: #D0C4BB;
}
.TagClassName
{
border-color: #D0C4BB;
}
</style>