Shades of Twilight #DBBDC8
Tints of Twilight #DBBDC8
RGB
CMYK
RGB Variations
Color information
#DBBDC8 (or 0xDBBDC8) is known color: Twilight. HEX triplet: DB, BD and C8. RGB value is (219,189,200). Sum of RGB (Red+Green+Blue) = 219+189+200=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC8 is #244237. Grayscale: #C7C7C7. Windows color (decimal): -2376248 or 13155803. OLE color: 13155803.
HSL color Cylindrical-coordinate representation of color #DBBDC8: hue angle of 338º degrees, saturation: 0.29, 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 #DBBDC8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 200 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.14 |
| HSL | 338º | 0.29% | 0.8% | - |
| HSV(B) | 338º | 0.14% | 0.86% | - |
| XYZ | 57.84 | 55.63 | 62.33 | - |
| YUV | 199.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 200 | 0 | 0.14 | 0.09 | 0.14 | 338 | 0.29 | 0.8 |
| Hex | DB | BD | C8 | 0 | E | 9 | E | 152 | 1D | 50 |
| Octal | 333 | 275 | 310 | 0 | 16 | 11 | 16 | 522 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11001000 | 0 | 1110 | 1001 | 1110 | 101010010 | 11101 | 1010000 |
Color Harmonies of #DBBDC8
Complementary color
Monochromatic Colors of #DBBDC8
Black with #DBBDC8
Text Example
Text Example
White with #DBBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDC8; }
p { color: rgb(219,189,200); }
H1.HeaderClassName
{
color: #DBBDC8;
}
.AnyTagClassName
{
color: #DBBDC8;
}
</style>
background-color css
<style>
a { background-color: #DBBDC8; }
a { background-color: rgb(219,189,200); }
div.DivClassName
{
background-color: #DBBDC8;
}
.BgClassName
{
background-color: #DBBDC8;
}
</style>
border-color css
<style>
span { border-color: #DBBDC8; }
span { border-color: rgb(219,189,200); }
td.TdClassName
{
border-color: #DBBDC8;
}
.TagClassName
{
border-color: #DBBDC8;
}
</style>