Shades of Twilight #DBB7CE
Tints of Twilight #DBB7CE
RGB
CMYK
RGB Variations
Color information
#DBB7CE (or 0xDBB7CE) is known color: Twilight. HEX triplet: DB, B7 and CE. RGB value is (219,183,206). Sum of RGB (Red+Green+Blue) = 219+183+206=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7CE is #244831. Grayscale: #C4C4C4. Windows color (decimal): -2377778 or 13547483. OLE color: 13547483.
HSL color Cylindrical-coordinate representation of color #DBB7CE: hue angle of 321.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7CE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 206 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.14 |
| HSL | 321.67º | 0.33% | 0.79% | - |
| HSV(B) | 321.67º | 0.16% | 0.86% | - |
| XYZ | 57.29 | 53.38 | 65.68 | - |
| YUV | 196.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 206 | 0 | 0.16 | 0.06 | 0.14 | 321.67 | 0.33 | 0.79 |
| Hex | DB | B7 | CE | 0 | 10 | 6 | E | 142 | 21 | 4F |
| Octal | 333 | 267 | 316 | 0 | 20 | 6 | 16 | 502 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11001110 | 0 | 10000 | 110 | 1110 | 101000010 | 100001 | 1001111 |
Color Harmonies of #DBB7CE
Complementary color
Monochromatic Colors of #DBB7CE
Black with #DBB7CE
Text Example
Text Example
White with #DBB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7CE; }
p { color: rgb(219,183,206); }
H1.HeaderClassName
{
color: #DBB7CE;
}
.AnyTagClassName
{
color: #DBB7CE;
}
</style>
background-color css
<style>
a { background-color: #DBB7CE; }
a { background-color: rgb(219,183,206); }
div.DivClassName
{
background-color: #DBB7CE;
}
.BgClassName
{
background-color: #DBB7CE;
}
</style>
border-color css
<style>
span { border-color: #DBB7CE; }
span { border-color: rgb(219,183,206); }
td.TdClassName
{
border-color: #DBB7CE;
}
.TagClassName
{
border-color: #DBB7CE;
}
</style>