Shades of Twilight #DBD0D8
Tints of Twilight #DBD0D8
RGB
CMYK
RGB Variations
Color information
#DBD0D8 (or 0xDBD0D8) is known color: Twilight. HEX triplet: DB, D0 and D8. RGB value is (219,208,216). Sum of RGB (Red+Green+Blue) = 219+208+216=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D8 is #242F27. Grayscale: #D4D4D4. Windows color (decimal): -2371368 or 14209243. OLE color: 14209243.
HSL color Cylindrical-coordinate representation of color #DBD0D8: hue angle of 316.36º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD0D8 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 216 | - |
CMYK | 0 | 0.05 | 0.01 | 0.14 |
HSL | 316.36º | 0.13% | 0.84% | - |
HSV(B) | 316.36º | 0.05% | 0.86% | - |
XYZ | 64.16 | 65.13 | 74.16 | - |
YUV | 212.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 216 | 0 | 0.05 | 0.01 | 0.14 | 316.36 | 0.13 | 0.84 |
Hex | DB | D0 | D8 | 0 | 5 | 1 | E | 13C | D | 54 |
Octal | 333 | 320 | 330 | 0 | 5 | 1 | 16 | 474 | 15 | 124 |
Binary | 11011011 | 11010000 | 11011000 | 0 | 101 | 1 | 1110 | 100111100 | 1101 | 1010100 |
Color Harmonies of #DBD0D8
Complementary color
Monochromatic Colors of #DBD0D8
Black with #DBD0D8
Text Example
Text Example
White with #DBD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0D8; }
p { color: rgb(219,208,216); }
H1.HeaderClassName
{
color: #DBD0D8;
}
.AnyTagClassName
{
color: #DBD0D8;
}
</style>
background-color css
<style>
a { background-color: #DBD0D8; }
a { background-color: rgb(219,208,216); }
div.DivClassName
{
background-color: #DBD0D8;
}
.BgClassName
{
background-color: #DBD0D8;
}
</style>
border-color css
<style>
span { border-color: #DBD0D8; }
span { border-color: rgb(219,208,216); }
td.TdClassName
{
border-color: #DBD0D8;
}
.TagClassName
{
border-color: #DBD0D8;
}
</style>