Shades of Twilight #DBB8C7
Tints of Twilight #DBB8C7
RGB
CMYK
RGB Variations
Color information
#DBB8C7 (or 0xDBB8C7) is known color: Twilight. HEX triplet: DB, B8 and C7. RGB value is (219,184,199). Sum of RGB (Red+Green+Blue) = 219+184+199=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8C7 is #244738. Grayscale: #C4C4C4. Windows color (decimal): -2377529 or 13088987. OLE color: 13088987.
HSL color Cylindrical-coordinate representation of color #DBB8C7: hue angle of 334.29º 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 #DBB8C7 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 199 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.14 |
| HSL | 334.29º | 0.33% | 0.79% | - |
| HSV(B) | 334.29º | 0.16% | 0.86% | - |
| XYZ | 56.66 | 53.46 | 61.37 | - |
| YUV | 196.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 199 | 0 | 0.16 | 0.09 | 0.14 | 334.29 | 0.33 | 0.79 |
| Hex | DB | B8 | C7 | 0 | 10 | 9 | E | 14E | 21 | 4F |
| Octal | 333 | 270 | 307 | 0 | 20 | 11 | 16 | 516 | 41 | 117 |
| Binary | 11011011 | 10111000 | 11000111 | 0 | 10000 | 1001 | 1110 | 101001110 | 100001 | 1001111 |
Color Harmonies of #DBB8C7
Complementary color
Monochromatic Colors of #DBB8C7
Black with #DBB8C7
Text Example
Text Example
White with #DBB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8C7; }
p { color: rgb(219,184,199); }
H1.HeaderClassName
{
color: #DBB8C7;
}
.AnyTagClassName
{
color: #DBB8C7;
}
</style>
background-color css
<style>
a { background-color: #DBB8C7; }
a { background-color: rgb(219,184,199); }
div.DivClassName
{
background-color: #DBB8C7;
}
.BgClassName
{
background-color: #DBB8C7;
}
</style>
border-color css
<style>
span { border-color: #DBB8C7; }
span { border-color: rgb(219,184,199); }
td.TdClassName
{
border-color: #DBB8C7;
}
.TagClassName
{
border-color: #DBB8C7;
}
</style>