Shades of Twilight #DBBECB
Tints of Twilight #DBBECB
RGB
CMYK
RGB Variations
Color information
#DBBECB (or 0xDBBECB) is known color: Twilight. HEX triplet: DB, BE and CB. RGB value is (219,190,203). Sum of RGB (Red+Green+Blue) = 219+190+203=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBECB is #244134. Grayscale: #C8C8C8. Windows color (decimal): -2375989 or 13352667. OLE color: 13352667.
HSL color Cylindrical-coordinate representation of color #DBBECB: hue angle of 333.1º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBECB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 203 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.14 |
| HSL | 333.1º | 0.29% | 0.8% | - |
| HSV(B) | 333.1º | 0.13% | 0.86% | - |
| XYZ | 58.41 | 56.2 | 64.27 | - |
| YUV | 200.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 203 | 0 | 0.13 | 0.07 | 0.14 | 333.1 | 0.29 | 0.8 |
| Hex | DB | BE | CB | 0 | D | 7 | E | 14D | 1D | 50 |
| Octal | 333 | 276 | 313 | 0 | 15 | 7 | 16 | 515 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11001011 | 0 | 1101 | 111 | 1110 | 101001101 | 11101 | 1010000 |
Color Harmonies of #DBBECB
Complementary color
Monochromatic Colors of #DBBECB
Black with #DBBECB
Text Example
Text Example
White with #DBBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBECB; }
p { color: rgb(219,190,203); }
H1.HeaderClassName
{
color: #DBBECB;
}
.AnyTagClassName
{
color: #DBBECB;
}
</style>
background-color css
<style>
a { background-color: #DBBECB; }
a { background-color: rgb(219,190,203); }
div.DivClassName
{
background-color: #DBBECB;
}
.BgClassName
{
background-color: #DBBECB;
}
</style>
border-color css
<style>
span { border-color: #DBBECB; }
span { border-color: rgb(219,190,203); }
td.TdClassName
{
border-color: #DBBECB;
}
.TagClassName
{
border-color: #DBBECB;
}
</style>