Shades of Stark White #DBCBB7
Tints of Stark White #DBCBB7
RGB
CMYK
RGB Variations
Color information
#DBCBB7 (or 0xDBCBB7) is known color: Stark White. HEX triplet: DB, CB and B7. RGB value is (219,203,183). Sum of RGB (Red+Green+Blue) = 219+203+183=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBB7 is #243448. Grayscale: #CDCDCD. Windows color (decimal): -2372681 or 12045275. OLE color: 12045275.
HSL color Cylindrical-coordinate representation of color #DBCBB7: hue angle of 33.33º 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 #DBCBB7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 183 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.14 |
| HSL | 33.33º | 0.33% | 0.79% | - |
| HSV(B) | 33.33º | 0.16% | 0.86% | - |
| XYZ | 59.12 | 61.19 | 53.49 | - |
| YUV | 205.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 183 | 0 | 0.07 | 0.16 | 0.14 | 33.33 | 0.33 | 0.79 |
| Hex | DB | CB | B7 | 0 | 7 | 10 | E | 21 | 21 | 4F |
| Octal | 333 | 313 | 267 | 0 | 7 | 20 | 16 | 41 | 41 | 117 |
| Binary | 11011011 | 11001011 | 10110111 | 0 | 111 | 10000 | 1110 | 100001 | 100001 | 1001111 |
Color Harmonies of #DBCBB7
Complementary color
Monochromatic Colors of #DBCBB7
Black with #DBCBB7
Text Example
Text Example
White with #DBCBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBB7; }
p { color: rgb(219,203,183); }
H1.HeaderClassName
{
color: #DBCBB7;
}
.AnyTagClassName
{
color: #DBCBB7;
}
</style>
background-color css
<style>
a { background-color: #DBCBB7; }
a { background-color: rgb(219,203,183); }
div.DivClassName
{
background-color: #DBCBB7;
}
.BgClassName
{
background-color: #DBCBB7;
}
</style>
border-color css
<style>
span { border-color: #DBCBB7; }
span { border-color: rgb(219,203,183); }
td.TdClassName
{
border-color: #DBCBB7;
}
.TagClassName
{
border-color: #DBCBB7;
}
</style>