Shades of Twilight #DBBED1
Tints of Twilight #DBBED1
RGB
CMYK
RGB Variations
Color information
#DBBED1 (or 0xDBBED1) is known color: Twilight. HEX triplet: DB, BE and D1. RGB value is (219,190,209). Sum of RGB (Red+Green+Blue) = 219+190+209=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED1 is #24412E. Grayscale: #C8C8C8. Windows color (decimal): -2375983 or 13745883. OLE color: 13745883.
HSL color Cylindrical-coordinate representation of color #DBBED1: hue angle of 320.69º 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 #DBBED1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 209 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.14 |
| HSL | 320.69º | 0.29% | 0.8% | - |
| HSV(B) | 320.69º | 0.13% | 0.86% | - |
| XYZ | 59.14 | 56.49 | 68.11 | - |
| YUV | 200.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 209 | 0 | 0.13 | 0.05 | 0.14 | 320.69 | 0.29 | 0.8 |
| Hex | DB | BE | D1 | 0 | D | 5 | E | 141 | 1D | 50 |
| Octal | 333 | 276 | 321 | 0 | 15 | 5 | 16 | 501 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11010001 | 0 | 1101 | 101 | 1110 | 101000001 | 11101 | 1010000 |
Color Harmonies of #DBBED1
Complementary color
Monochromatic Colors of #DBBED1
Black with #DBBED1
Text Example
Text Example
White with #DBBED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBED1; }
p { color: rgb(219,190,209); }
H1.HeaderClassName
{
color: #DBBED1;
}
.AnyTagClassName
{
color: #DBBED1;
}
</style>
background-color css
<style>
a { background-color: #DBBED1; }
a { background-color: rgb(219,190,209); }
div.DivClassName
{
background-color: #DBBED1;
}
.BgClassName
{
background-color: #DBBED1;
}
</style>
border-color css
<style>
span { border-color: #DBBED1; }
span { border-color: rgb(219,190,209); }
td.TdClassName
{
border-color: #DBBED1;
}
.TagClassName
{
border-color: #DBBED1;
}
</style>