Shades of Twilight #DBBED2
Tints of Twilight #DBBED2
RGB
CMYK
RGB Variations
Color information
#DBBED2 (or 0xDBBED2) is known color: Twilight. HEX triplet: DB, BE and D2. RGB value is (219,190,210). Sum of RGB (Red+Green+Blue) = 219+190+210=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED2 is #24412D. Grayscale: #C8C8C8. Windows color (decimal): -2375982 or 13811419. OLE color: 13811419.
HSL color Cylindrical-coordinate representation of color #DBBED2: hue angle of 318.62º 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 #DBBED2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 210 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.14 |
| HSL | 318.62º | 0.29% | 0.8% | - |
| HSV(B) | 318.62º | 0.13% | 0.86% | - |
| XYZ | 59.26 | 56.54 | 68.76 | - |
| YUV | 200.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 210 | 0 | 0.13 | 0.04 | 0.14 | 318.62 | 0.29 | 0.8 |
| Hex | DB | BE | D2 | 0 | D | 4 | E | 13F | 1D | 50 |
| Octal | 333 | 276 | 322 | 0 | 15 | 4 | 16 | 477 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11010010 | 0 | 1101 | 100 | 1110 | 100111111 | 11101 | 1010000 |
Color Harmonies of #DBBED2
Complementary color
Monochromatic Colors of #DBBED2
Black with #DBBED2
Text Example
Text Example
White with #DBBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBED2; }
p { color: rgb(219,190,210); }
H1.HeaderClassName
{
color: #DBBED2;
}
.AnyTagClassName
{
color: #DBBED2;
}
</style>
background-color css
<style>
a { background-color: #DBBED2; }
a { background-color: rgb(219,190,210); }
div.DivClassName
{
background-color: #DBBED2;
}
.BgClassName
{
background-color: #DBBED2;
}
</style>
border-color css
<style>
span { border-color: #DBBED2; }
span { border-color: rgb(219,190,210); }
td.TdClassName
{
border-color: #DBBED2;
}
.TagClassName
{
border-color: #DBBED2;
}
</style>