Shades of Twilight #DBBECE
Tints of Twilight #DBBECE
RGB
CMYK
RGB Variations
Color information
#DBBECE (or 0xDBBECE) is known color: Twilight. HEX triplet: DB, BE and CE. RGB value is (219,190,206). Sum of RGB (Red+Green+Blue) = 219+190+206=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBECE is #244131. Grayscale: #C8C8C8. Windows color (decimal): -2375986 or 13549275. OLE color: 13549275.
HSL color Cylindrical-coordinate representation of color #DBBECE: hue angle of 326.9º 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 #DBBECE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 206 | - |
CMYK | 0 | 0.13 | 0.06 | 0.14 |
HSL | 326.9º | 0.29% | 0.8% | - |
HSV(B) | 326.9º | 0.13% | 0.86% | - |
XYZ | 58.77 | 56.34 | 66.17 | - |
YUV | 200.5 | 131.11 | 141.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 206 | 0 | 0.13 | 0.06 | 0.14 | 326.9 | 0.29 | 0.8 |
Hex | DB | BE | CE | 0 | D | 6 | E | 147 | 1D | 50 |
Octal | 333 | 276 | 316 | 0 | 15 | 6 | 16 | 507 | 35 | 120 |
Binary | 11011011 | 10111110 | 11001110 | 0 | 1101 | 110 | 1110 | 101000111 | 11101 | 1010000 |
Color Harmonies of #DBBECE
Complementary color
Monochromatic Colors of #DBBECE
Black with #DBBECE
Text Example
Text Example
White with #DBBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBECE; }
p { color: rgb(219,190,206); }
H1.HeaderClassName
{
color: #DBBECE;
}
.AnyTagClassName
{
color: #DBBECE;
}
</style>
background-color css
<style>
a { background-color: #DBBECE; }
a { background-color: rgb(219,190,206); }
div.DivClassName
{
background-color: #DBBECE;
}
.BgClassName
{
background-color: #DBBECE;
}
</style>
border-color css
<style>
span { border-color: #DBBECE; }
span { border-color: rgb(219,190,206); }
td.TdClassName
{
border-color: #DBBECE;
}
.TagClassName
{
border-color: #DBBECE;
}
</style>