Shades of Stark White #DBCBB6
Tints of Stark White #DBCBB6
RGB
CMYK
RGB Variations
Color information
#DBCBB6 (or 0xDBCBB6) is known color: Stark White. HEX triplet: DB, CB and B6. RGB value is (219,203,182). Sum of RGB (Red+Green+Blue) = 219+203+182=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBB6 is #243449. Grayscale: #CDCDCD. Windows color (decimal): -2372682 or 11979739. OLE color: 11979739.
HSL color Cylindrical-coordinate representation of color #DBCBB6: hue angle of 34.05º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCBB6 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 182 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.14 |
| HSL | 34.05º | 0.34% | 0.79% | - |
| HSV(B) | 34.05º | 0.17% | 0.86% | - |
| XYZ | 59.01 | 61.15 | 52.95 | - |
| YUV | 205.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 182 | 0 | 0.07 | 0.17 | 0.14 | 34.05 | 0.34 | 0.79 |
| Hex | DB | CB | B6 | 0 | 7 | 11 | E | 22 | 22 | 4F |
| Octal | 333 | 313 | 266 | 0 | 7 | 21 | 16 | 42 | 42 | 117 |
| Binary | 11011011 | 11001011 | 10110110 | 0 | 111 | 10001 | 1110 | 100010 | 100010 | 1001111 |
Color Harmonies of #DBCBB6
Complementary color
Monochromatic Colors of #DBCBB6
Black with #DBCBB6
Text Example
Text Example
White with #DBCBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBB6; }
p { color: rgb(219,203,182); }
H1.HeaderClassName
{
color: #DBCBB6;
}
.AnyTagClassName
{
color: #DBCBB6;
}
</style>
background-color css
<style>
a { background-color: #DBCBB6; }
a { background-color: rgb(219,203,182); }
div.DivClassName
{
background-color: #DBCBB6;
}
.BgClassName
{
background-color: #DBCBB6;
}
</style>
border-color css
<style>
span { border-color: #DBCBB6; }
span { border-color: rgb(219,203,182); }
td.TdClassName
{
border-color: #DBCBB6;
}
.TagClassName
{
border-color: #DBCBB6;
}
</style>