Shades of Stark White #DBCAB7
Tints of Stark White #DBCAB7
RGB
CMYK
RGB Variations
Color information
#DBCAB7 (or 0xDBCAB7) is known color: Stark White. HEX triplet: DB, CA and B7. RGB value is (219,202,183). Sum of RGB (Red+Green+Blue) = 219+202+183=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB7 is #243548. Grayscale: #CDCDCD. Windows color (decimal): -2372937 or 12045019. OLE color: 12045019.
HSL color Cylindrical-coordinate representation of color #DBCAB7: hue angle of 31.67º 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 #DBCAB7 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 183 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.14 |
| HSL | 31.67º | 0.33% | 0.79% | - |
| HSV(B) | 31.67º | 0.16% | 0.86% | - |
| XYZ | 58.88 | 60.72 | 53.42 | - |
| YUV | 204.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 183 | 0 | 0.08 | 0.16 | 0.14 | 31.67 | 0.33 | 0.79 |
| Hex | DB | CA | B7 | 0 | 8 | 10 | E | 20 | 21 | 4F |
| Octal | 333 | 312 | 267 | 0 | 10 | 20 | 16 | 40 | 41 | 117 |
| Binary | 11011011 | 11001010 | 10110111 | 0 | 1000 | 10000 | 1110 | 100000 | 100001 | 1001111 |
Color Harmonies of #DBCAB7
Complementary color
Monochromatic Colors of #DBCAB7
Black with #DBCAB7
Text Example
Text Example
White with #DBCAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAB7; }
p { color: rgb(219,202,183); }
H1.HeaderClassName
{
color: #DBCAB7;
}
.AnyTagClassName
{
color: #DBCAB7;
}
</style>
background-color css
<style>
a { background-color: #DBCAB7; }
a { background-color: rgb(219,202,183); }
div.DivClassName
{
background-color: #DBCAB7;
}
.BgClassName
{
background-color: #DBCAB7;
}
</style>
border-color css
<style>
span { border-color: #DBCAB7; }
span { border-color: rgb(219,202,183); }
td.TdClassName
{
border-color: #DBCAB7;
}
.TagClassName
{
border-color: #DBCAB7;
}
</style>