Shades of Twilight #DBBECF
Tints of Twilight #DBBECF
RGB
CMYK
RGB Variations
Color information
#DBBECF (or 0xDBBECF) is known color: Twilight. HEX triplet: DB, BE and CF. RGB value is (219,190,207). Sum of RGB (Red+Green+Blue) = 219+190+207=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBECF is #244130. Grayscale: #C8C8C8. Windows color (decimal): -2375985 or 13614811. OLE color: 13614811.
HSL color Cylindrical-coordinate representation of color #DBBECF: hue angle of 324.83º 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 #DBBECF is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 207 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.14 |
| HSL | 324.83º | 0.29% | 0.8% | - |
| HSV(B) | 324.83º | 0.13% | 0.86% | - |
| XYZ | 58.89 | 56.39 | 66.81 | - |
| YUV | 200.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 207 | 0 | 0.13 | 0.05 | 0.14 | 324.83 | 0.29 | 0.8 |
| Hex | DB | BE | CF | 0 | D | 5 | E | 145 | 1D | 50 |
| Octal | 333 | 276 | 317 | 0 | 15 | 5 | 16 | 505 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11001111 | 0 | 1101 | 101 | 1110 | 101000101 | 11101 | 1010000 |
Color Harmonies of #DBBECF
Complementary color
Monochromatic Colors of #DBBECF
Black with #DBBECF
Text Example
Text Example
White with #DBBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBECF; }
p { color: rgb(219,190,207); }
H1.HeaderClassName
{
color: #DBBECF;
}
.AnyTagClassName
{
color: #DBBECF;
}
</style>
background-color css
<style>
a { background-color: #DBBECF; }
a { background-color: rgb(219,190,207); }
div.DivClassName
{
background-color: #DBBECF;
}
.BgClassName
{
background-color: #DBBECF;
}
</style>
border-color css
<style>
span { border-color: #DBBECF; }
span { border-color: rgb(219,190,207); }
td.TdClassName
{
border-color: #DBBECF;
}
.TagClassName
{
border-color: #DBBECF;
}
</style>