Shades of Twilight #DBAECB
Tints of Twilight #DBAECB
RGB
CMYK
RGB Variations
Color information
#DBAECB (or 0xDBAECB) is known color: Twilight. HEX triplet: DB, AE and CB. RGB value is (219,174,203). Sum of RGB (Red+Green+Blue) = 219+174+203=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECB is #245134. Grayscale: #BEBEBE. Windows color (decimal): -2380085 or 13348571. OLE color: 13348571.
HSL color Cylindrical-coordinate representation of color #DBAECB: hue angle of 321.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAECB is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 203 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.14 |
| HSL | 321.33º | 0.38% | 0.77% | - |
| HSV(B) | 321.33º | 0.21% | 0.86% | - |
| XYZ | 55.13 | 49.64 | 63.18 | - |
| YUV | 190.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 203 | 0 | 0.21 | 0.07 | 0.14 | 321.33 | 0.38 | 0.77 |
| Hex | DB | AE | CB | 0 | 15 | 7 | E | 141 | 26 | 4D |
| Octal | 333 | 256 | 313 | 0 | 25 | 7 | 16 | 501 | 46 | 115 |
| Binary | 11011011 | 10101110 | 11001011 | 0 | 10101 | 111 | 1110 | 101000001 | 100110 | 1001101 |
Color Harmonies of #DBAECB
Complementary color
Monochromatic Colors of #DBAECB
Black with #DBAECB
Text Example
Text Example
White with #DBAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAECB; }
p { color: rgb(219,174,203); }
H1.HeaderClassName
{
color: #DBAECB;
}
.AnyTagClassName
{
color: #DBAECB;
}
</style>
background-color css
<style>
a { background-color: #DBAECB; }
a { background-color: rgb(219,174,203); }
div.DivClassName
{
background-color: #DBAECB;
}
.BgClassName
{
background-color: #DBAECB;
}
</style>
border-color css
<style>
span { border-color: #DBAECB; }
span { border-color: rgb(219,174,203); }
td.TdClassName
{
border-color: #DBAECB;
}
.TagClassName
{
border-color: #DBAECB;
}
</style>