Shades of Twilight #DBB1CA
Tints of Twilight #DBB1CA
RGB
CMYK
RGB Variations
Color information
#DBB1CA (or 0xDBB1CA) is known color: Twilight. HEX triplet: DB, B1 and CA. RGB value is (219,177,202). Sum of RGB (Red+Green+Blue) = 219+177+202=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1CA is #244E35. Grayscale: #C0C0C0. Windows color (decimal): -2379318 or 13283803. OLE color: 13283803.
HSL color Cylindrical-coordinate representation of color #DBB1CA: hue angle of 324.29º 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 #DBB1CA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 202 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.14 |
| HSL | 324.29º | 0.37% | 0.78% | - |
| HSV(B) | 324.29º | 0.19% | 0.86% | - |
| XYZ | 55.6 | 50.77 | 62.75 | - |
| YUV | 192.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 202 | 0 | 0.19 | 0.08 | 0.14 | 324.29 | 0.37 | 0.78 |
| Hex | DB | B1 | CA | 0 | 13 | 8 | E | 144 | 25 | 4E |
| Octal | 333 | 261 | 312 | 0 | 23 | 10 | 16 | 504 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11001010 | 0 | 10011 | 1000 | 1110 | 101000100 | 100101 | 1001110 |
Color Harmonies of #DBB1CA
Complementary color
Monochromatic Colors of #DBB1CA
Black with #DBB1CA
Text Example
Text Example
White with #DBB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1CA; }
p { color: rgb(219,177,202); }
H1.HeaderClassName
{
color: #DBB1CA;
}
.AnyTagClassName
{
color: #DBB1CA;
}
</style>
background-color css
<style>
a { background-color: #DBB1CA; }
a { background-color: rgb(219,177,202); }
div.DivClassName
{
background-color: #DBB1CA;
}
.BgClassName
{
background-color: #DBB1CA;
}
</style>
border-color css
<style>
span { border-color: #DBB1CA; }
span { border-color: rgb(219,177,202); }
td.TdClassName
{
border-color: #DBB1CA;
}
.TagClassName
{
border-color: #DBB1CA;
}
</style>