Shades of Twilight #DBB1C8
Tints of Twilight #DBB1C8
RGB
CMYK
RGB Variations
Color information
#DBB1C8 (or 0xDBB1C8) is known color: Twilight. HEX triplet: DB, B1 and C8. RGB value is (219,177,200). Sum of RGB (Red+Green+Blue) = 219+177+200=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1C8 is #244E37. Grayscale: #C0C0C0. Windows color (decimal): -2379320 or 13152731. OLE color: 13152731.
HSL color Cylindrical-coordinate representation of color #DBB1C8: hue angle of 327.14º 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 #DBB1C8 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 200 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.14 |
| HSL | 327.14º | 0.37% | 0.78% | - |
| HSV(B) | 327.14º | 0.19% | 0.86% | - |
| XYZ | 55.36 | 50.67 | 61.51 | - |
| YUV | 192.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 200 | 0 | 0.19 | 0.09 | 0.14 | 327.14 | 0.37 | 0.78 |
| Hex | DB | B1 | C8 | 0 | 13 | 9 | E | 147 | 25 | 4E |
| Octal | 333 | 261 | 310 | 0 | 23 | 11 | 16 | 507 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11001000 | 0 | 10011 | 1001 | 1110 | 101000111 | 100101 | 1001110 |
Color Harmonies of #DBB1C8
Complementary color
Monochromatic Colors of #DBB1C8
Black with #DBB1C8
Text Example
Text Example
White with #DBB1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1C8; }
p { color: rgb(219,177,200); }
H1.HeaderClassName
{
color: #DBB1C8;
}
.AnyTagClassName
{
color: #DBB1C8;
}
</style>
background-color css
<style>
a { background-color: #DBB1C8; }
a { background-color: rgb(219,177,200); }
div.DivClassName
{
background-color: #DBB1C8;
}
.BgClassName
{
background-color: #DBB1C8;
}
</style>
border-color css
<style>
span { border-color: #DBB1C8; }
span { border-color: rgb(219,177,200); }
td.TdClassName
{
border-color: #DBB1C8;
}
.TagClassName
{
border-color: #DBB1C8;
}
</style>