Shades of Stark White #DBCBB8
Tints of Stark White #DBCBB8
RGB
CMYK
RGB Variations
Color information
#DBCBB8 (or 0xDBCBB8) is known color: Stark White. HEX triplet: DB, CB and B8. RGB value is (219,203,184). Sum of RGB (Red+Green+Blue) = 219+203+184=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBB8 is #243447. Grayscale: #CDCDCD. Windows color (decimal): -2372680 or 12110811. OLE color: 12110811.
HSL color Cylindrical-coordinate representation of color #DBCBB8: hue angle of 32.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCBB8 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 184 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.14 |
| HSL | 32.57º | 0.33% | 0.79% | - |
| HSV(B) | 32.57º | 0.16% | 0.86% | - |
| XYZ | 59.22 | 61.23 | 54.05 | - |
| YUV | 205.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 184 | 0 | 0.07 | 0.16 | 0.14 | 32.57 | 0.33 | 0.79 |
| Hex | DB | CB | B8 | 0 | 7 | 10 | E | 21 | 21 | 4F |
| Octal | 333 | 313 | 270 | 0 | 7 | 20 | 16 | 41 | 41 | 117 |
| Binary | 11011011 | 11001011 | 10111000 | 0 | 111 | 10000 | 1110 | 100001 | 100001 | 1001111 |
Color Harmonies of #DBCBB8
Complementary color
Monochromatic Colors of #DBCBB8
Black with #DBCBB8
Text Example
Text Example
White with #DBCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBB8; }
p { color: rgb(219,203,184); }
H1.HeaderClassName
{
color: #DBCBB8;
}
.AnyTagClassName
{
color: #DBCBB8;
}
</style>
background-color css
<style>
a { background-color: #DBCBB8; }
a { background-color: rgb(219,203,184); }
div.DivClassName
{
background-color: #DBCBB8;
}
.BgClassName
{
background-color: #DBCBB8;
}
</style>
border-color css
<style>
span { border-color: #DBCBB8; }
span { border-color: rgb(219,203,184); }
td.TdClassName
{
border-color: #DBCBB8;
}
.TagClassName
{
border-color: #DBCBB8;
}
</style>