Shades of Twilight #DBB1C7
Tints of Twilight #DBB1C7
RGB
CMYK
RGB Variations
Color information
#DBB1C7 (or 0xDBB1C7) is known color: Twilight. HEX triplet: DB, B1 and C7. RGB value is (219,177,199). Sum of RGB (Red+Green+Blue) = 219+177+199=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1C7 is #244E38. Grayscale: #C0C0C0. Windows color (decimal): -2379321 or 13087195. OLE color: 13087195.
HSL color Cylindrical-coordinate representation of color #DBB1C7: hue angle of 328.57º 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 #DBB1C7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 199 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.14 |
| HSL | 328.57º | 0.37% | 0.78% | - |
| HSV(B) | 328.57º | 0.19% | 0.86% | - |
| XYZ | 55.24 | 50.63 | 60.89 | - |
| YUV | 192.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 199 | 0 | 0.19 | 0.09 | 0.14 | 328.57 | 0.37 | 0.78 |
| Hex | DB | B1 | C7 | 0 | 13 | 9 | E | 149 | 25 | 4E |
| Octal | 333 | 261 | 307 | 0 | 23 | 11 | 16 | 511 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11000111 | 0 | 10011 | 1001 | 1110 | 101001001 | 100101 | 1001110 |
Color Harmonies of #DBB1C7
Complementary color
Monochromatic Colors of #DBB1C7
Black with #DBB1C7
Text Example
Text Example
White with #DBB1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1C7; }
p { color: rgb(219,177,199); }
H1.HeaderClassName
{
color: #DBB1C7;
}
.AnyTagClassName
{
color: #DBB1C7;
}
</style>
background-color css
<style>
a { background-color: #DBB1C7; }
a { background-color: rgb(219,177,199); }
div.DivClassName
{
background-color: #DBB1C7;
}
.BgClassName
{
background-color: #DBB1C7;
}
</style>
border-color css
<style>
span { border-color: #DBB1C7; }
span { border-color: rgb(219,177,199); }
td.TdClassName
{
border-color: #DBB1C7;
}
.TagClassName
{
border-color: #DBB1C7;
}
</style>