Shades of Twilight #DBB6CF
Tints of Twilight #DBB6CF
RGB
CMYK
RGB Variations
Color information
#DBB6CF (or 0xDBB6CF) is known color: Twilight. HEX triplet: DB, B6 and CF. RGB value is (219,182,207). Sum of RGB (Red+Green+Blue) = 219+182+207=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6CF is #244930. Grayscale: #C3C3C3. Windows color (decimal): -2378033 or 13612763. OLE color: 13612763.
HSL color Cylindrical-coordinate representation of color #DBB6CF: hue angle of 319.46º 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 #DBB6CF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 207 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.14 |
| HSL | 319.46º | 0.34% | 0.79% | - |
| HSV(B) | 319.46º | 0.17% | 0.86% | - |
| XYZ | 57.2 | 53.02 | 66.25 | - |
| YUV | 195.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 207 | 0 | 0.17 | 0.05 | 0.14 | 319.46 | 0.34 | 0.79 |
| Hex | DB | B6 | CF | 0 | 11 | 5 | E | 13F | 22 | 4F |
| Octal | 333 | 266 | 317 | 0 | 21 | 5 | 16 | 477 | 42 | 117 |
| Binary | 11011011 | 10110110 | 11001111 | 0 | 10001 | 101 | 1110 | 100111111 | 100010 | 1001111 |
Color Harmonies of #DBB6CF
Complementary color
Monochromatic Colors of #DBB6CF
Black with #DBB6CF
Text Example
Text Example
White with #DBB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6CF; }
p { color: rgb(219,182,207); }
H1.HeaderClassName
{
color: #DBB6CF;
}
.AnyTagClassName
{
color: #DBB6CF;
}
</style>
background-color css
<style>
a { background-color: #DBB6CF; }
a { background-color: rgb(219,182,207); }
div.DivClassName
{
background-color: #DBB6CF;
}
.BgClassName
{
background-color: #DBB6CF;
}
</style>
border-color css
<style>
span { border-color: #DBB6CF; }
span { border-color: rgb(219,182,207); }
td.TdClassName
{
border-color: #DBB6CF;
}
.TagClassName
{
border-color: #DBB6CF;
}
</style>