Shades of Twilight #DBB3C7
Tints of Twilight #DBB3C7
RGB
CMYK
RGB Variations
Color information
#DBB3C7 (or 0xDBB3C7) is known color: Twilight. HEX triplet: DB, B3 and C7. RGB value is (219,179,199). Sum of RGB (Red+Green+Blue) = 219+179+199=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3C7 is #244C38. Grayscale: #C1C1C1. Windows color (decimal): -2378809 or 13087707. OLE color: 13087707.
HSL color Cylindrical-coordinate representation of color #DBB3C7: hue angle of 330º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3C7 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 199 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.14 |
| HSL | 330º | 0.36% | 0.78% | - |
| HSV(B) | 330º | 0.18% | 0.86% | - |
| XYZ | 55.64 | 51.42 | 61.03 | - |
| YUV | 193.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 199 | 0 | 0.18 | 0.09 | 0.14 | 330 | 0.36 | 0.78 |
| Hex | DB | B3 | C7 | 0 | 12 | 9 | E | 14A | 24 | 4E |
| Octal | 333 | 263 | 307 | 0 | 22 | 11 | 16 | 512 | 44 | 116 |
| Binary | 11011011 | 10110011 | 11000111 | 0 | 10010 | 1001 | 1110 | 101001010 | 100100 | 1001110 |
Color Harmonies of #DBB3C7
Complementary color
Monochromatic Colors of #DBB3C7
Black with #DBB3C7
Text Example
Text Example
White with #DBB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3C7; }
p { color: rgb(219,179,199); }
H1.HeaderClassName
{
color: #DBB3C7;
}
.AnyTagClassName
{
color: #DBB3C7;
}
</style>
background-color css
<style>
a { background-color: #DBB3C7; }
a { background-color: rgb(219,179,199); }
div.DivClassName
{
background-color: #DBB3C7;
}
.BgClassName
{
background-color: #DBB3C7;
}
</style>
border-color css
<style>
span { border-color: #DBB3C7; }
span { border-color: rgb(219,179,199); }
td.TdClassName
{
border-color: #DBB3C7;
}
.TagClassName
{
border-color: #DBB3C7;
}
</style>