Shades of Twilight #DBB6C9
Tints of Twilight #DBB6C9
RGB
CMYK
RGB Variations
Color information
#DBB6C9 (or 0xDBB6C9) is known color: Twilight. HEX triplet: DB, B6 and C9. RGB value is (219,182,201). Sum of RGB (Red+Green+Blue) = 219+182+201=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6C9 is #244936. Grayscale: #C3C3C3. Windows color (decimal): -2378039 or 13219547. OLE color: 13219547.
HSL color Cylindrical-coordinate representation of color #DBB6C9: hue angle of 329.19º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6C9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 201 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.14 |
| HSL | 329.19º | 0.34% | 0.79% | - |
| HSV(B) | 329.19º | 0.17% | 0.86% | - |
| XYZ | 56.48 | 52.73 | 62.46 | - |
| YUV | 195.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 201 | 0 | 0.17 | 0.08 | 0.14 | 329.19 | 0.34 | 0.79 |
| Hex | DB | B6 | C9 | 0 | 11 | 8 | E | 149 | 22 | 4F |
| Octal | 333 | 266 | 311 | 0 | 21 | 10 | 16 | 511 | 42 | 117 |
| Binary | 11011011 | 10110110 | 11001001 | 0 | 10001 | 1000 | 1110 | 101001001 | 100010 | 1001111 |
Color Harmonies of #DBB6C9
Complementary color
Monochromatic Colors of #DBB6C9
Black with #DBB6C9
Text Example
Text Example
White with #DBB6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6C9; }
p { color: rgb(219,182,201); }
H1.HeaderClassName
{
color: #DBB6C9;
}
.AnyTagClassName
{
color: #DBB6C9;
}
</style>
background-color css
<style>
a { background-color: #DBB6C9; }
a { background-color: rgb(219,182,201); }
div.DivClassName
{
background-color: #DBB6C9;
}
.BgClassName
{
background-color: #DBB6C9;
}
</style>
border-color css
<style>
span { border-color: #DBB6C9; }
span { border-color: rgb(219,182,201); }
td.TdClassName
{
border-color: #DBB6C9;
}
.TagClassName
{
border-color: #DBB6C9;
}
</style>