Shades of Twilight #DBBCD1
Tints of Twilight #DBBCD1
RGB
CMYK
RGB Variations
Color information
#DBBCD1 (or 0xDBBCD1) is known color: Twilight. HEX triplet: DB, BC and D1. RGB value is (219,188,209). Sum of RGB (Red+Green+Blue) = 219+188+209=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCD1 is #24432E. Grayscale: #C7C7C7. Windows color (decimal): -2376495 or 13745371. OLE color: 13745371.
HSL color Cylindrical-coordinate representation of color #DBBCD1: hue angle of 319.35º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCD1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 209 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.14 |
| HSL | 319.35º | 0.3% | 0.8% | - |
| HSV(B) | 319.35º | 0.14% | 0.86% | - |
| XYZ | 58.71 | 55.63 | 67.97 | - |
| YUV | 199.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 209 | 0 | 0.14 | 0.05 | 0.14 | 319.35 | 0.3 | 0.8 |
| Hex | DB | BC | D1 | 0 | E | 5 | E | 13F | 1E | 50 |
| Octal | 333 | 274 | 321 | 0 | 16 | 5 | 16 | 477 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11010001 | 0 | 1110 | 101 | 1110 | 100111111 | 11110 | 1010000 |
Color Harmonies of #DBBCD1
Complementary color
Monochromatic Colors of #DBBCD1
Black with #DBBCD1
Text Example
Text Example
White with #DBBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCD1; }
p { color: rgb(219,188,209); }
H1.HeaderClassName
{
color: #DBBCD1;
}
.AnyTagClassName
{
color: #DBBCD1;
}
</style>
background-color css
<style>
a { background-color: #DBBCD1; }
a { background-color: rgb(219,188,209); }
div.DivClassName
{
background-color: #DBBCD1;
}
.BgClassName
{
background-color: #DBBCD1;
}
</style>
border-color css
<style>
span { border-color: #DBBCD1; }
span { border-color: rgb(219,188,209); }
td.TdClassName
{
border-color: #DBBCD1;
}
.TagClassName
{
border-color: #DBBCD1;
}
</style>