Shades of Twilight #DBB1CC
Tints of Twilight #DBB1CC
RGB
CMYK
RGB Variations
Color information
#DBB1CC (or 0xDBB1CC) is known color: Twilight. HEX triplet: DB, B1 and CC. RGB value is (219,177,204). Sum of RGB (Red+Green+Blue) = 219+177+204=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1CC is #244E33. Grayscale: #C0C0C0. Windows color (decimal): -2379316 or 13414875. OLE color: 13414875.
HSL color Cylindrical-coordinate representation of color #DBB1CC: hue angle of 321.43º 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 #DBB1CC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 204 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.14 |
| HSL | 321.43º | 0.37% | 0.78% | - |
| HSV(B) | 321.43º | 0.19% | 0.86% | - |
| XYZ | 55.83 | 50.86 | 64 | - |
| YUV | 192.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 204 | 0 | 0.19 | 0.07 | 0.14 | 321.43 | 0.37 | 0.78 |
| Hex | DB | B1 | CC | 0 | 13 | 7 | E | 141 | 25 | 4E |
| Octal | 333 | 261 | 314 | 0 | 23 | 7 | 16 | 501 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11001100 | 0 | 10011 | 111 | 1110 | 101000001 | 100101 | 1001110 |
Color Harmonies of #DBB1CC
Complementary color
Monochromatic Colors of #DBB1CC
Black with #DBB1CC
Text Example
Text Example
White with #DBB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1CC; }
p { color: rgb(219,177,204); }
H1.HeaderClassName
{
color: #DBB1CC;
}
.AnyTagClassName
{
color: #DBB1CC;
}
</style>
background-color css
<style>
a { background-color: #DBB1CC; }
a { background-color: rgb(219,177,204); }
div.DivClassName
{
background-color: #DBB1CC;
}
.BgClassName
{
background-color: #DBB1CC;
}
</style>
border-color css
<style>
span { border-color: #DBB1CC; }
span { border-color: rgb(219,177,204); }
td.TdClassName
{
border-color: #DBB1CC;
}
.TagClassName
{
border-color: #DBB1CC;
}
</style>