Shades of Twilight #DBBFD1
Tints of Twilight #DBBFD1
RGB
CMYK
RGB Variations
Color information
#DBBFD1 (or 0xDBBFD1) is known color: Twilight. HEX triplet: DB, BF and D1. RGB value is (219,191,209). Sum of RGB (Red+Green+Blue) = 219+191+209=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFD1 is #24402E. Grayscale: #C9C9C9. Windows color (decimal): -2375727 or 13746139. OLE color: 13746139.
HSL color Cylindrical-coordinate representation of color #DBBFD1: hue angle of 321.43º degrees, saturation: 0.28, 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 #DBBFD1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 209 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.14 |
| HSL | 321.43º | 0.28% | 0.8% | - |
| HSV(B) | 321.43º | 0.13% | 0.86% | - |
| XYZ | 59.35 | 56.93 | 68.18 | - |
| YUV | 201.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 209 | 0 | 0.13 | 0.05 | 0.14 | 321.43 | 0.28 | 0.8 |
| Hex | DB | BF | D1 | 0 | D | 5 | E | 141 | 1C | 50 |
| Octal | 333 | 277 | 321 | 0 | 15 | 5 | 16 | 501 | 34 | 120 |
| Binary | 11011011 | 10111111 | 11010001 | 0 | 1101 | 101 | 1110 | 101000001 | 11100 | 1010000 |
Color Harmonies of #DBBFD1
Complementary color
Monochromatic Colors of #DBBFD1
Black with #DBBFD1
Text Example
Text Example
White with #DBBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFD1; }
p { color: rgb(219,191,209); }
H1.HeaderClassName
{
color: #DBBFD1;
}
.AnyTagClassName
{
color: #DBBFD1;
}
</style>
background-color css
<style>
a { background-color: #DBBFD1; }
a { background-color: rgb(219,191,209); }
div.DivClassName
{
background-color: #DBBFD1;
}
.BgClassName
{
background-color: #DBBFD1;
}
</style>
border-color css
<style>
span { border-color: #DBBFD1; }
span { border-color: rgb(219,191,209); }
td.TdClassName
{
border-color: #DBBFD1;
}
.TagClassName
{
border-color: #DBBFD1;
}
</style>