Shades of Twilight #DBB1C6
Tints of Twilight #DBB1C6
RGB
CMYK
RGB Variations
Color information
#DBB1C6 (or 0xDBB1C6) is known color: Twilight. HEX triplet: DB, B1 and C6. RGB value is (219,177,198). Sum of RGB (Red+Green+Blue) = 219+177+198=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1C6 is #244E39. Grayscale: #BFBFBF. Windows color (decimal): -2379322 or 13021659. OLE color: 13021659.
HSL color Cylindrical-coordinate representation of color #DBB1C6: hue angle of 330º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1C6 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 198 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.14 |
| HSL | 330º | 0.37% | 0.78% | - |
| HSV(B) | 330º | 0.19% | 0.86% | - |
| XYZ | 55.13 | 50.58 | 60.28 | - |
| YUV | 191.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 198 | 0 | 0.19 | 0.10 | 0.14 | 330 | 0.37 | 0.78 |
| Hex | DB | B1 | C6 | 0 | 13 | A | E | 14A | 25 | 4E |
| Octal | 333 | 261 | 306 | 0 | 23 | 12 | 16 | 512 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11000110 | 0 | 10011 | 1010 | 1110 | 101001010 | 100101 | 1001110 |
Color Harmonies of #DBB1C6
Complementary color
Monochromatic Colors of #DBB1C6
Black with #DBB1C6
Text Example
Text Example
White with #DBB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1C6; }
p { color: rgb(219,177,198); }
H1.HeaderClassName
{
color: #DBB1C6;
}
.AnyTagClassName
{
color: #DBB1C6;
}
</style>
background-color css
<style>
a { background-color: #DBB1C6; }
a { background-color: rgb(219,177,198); }
div.DivClassName
{
background-color: #DBB1C6;
}
.BgClassName
{
background-color: #DBB1C6;
}
</style>
border-color css
<style>
span { border-color: #DBB1C6; }
span { border-color: rgb(219,177,198); }
td.TdClassName
{
border-color: #DBB1C6;
}
.TagClassName
{
border-color: #DBB1C6;
}
</style>