Shades of Twilight #DBB7CA
Tints of Twilight #DBB7CA
RGB
CMYK
RGB Variations
Color information
#DBB7CA (or 0xDBB7CA) is known color: Twilight. HEX triplet: DB, B7 and CA. RGB value is (219,183,202). Sum of RGB (Red+Green+Blue) = 219+183+202=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7CA is #244835. Grayscale: #C3C3C3. Windows color (decimal): -2377782 or 13285339. OLE color: 13285339.
HSL color Cylindrical-coordinate representation of color #DBB7CA: hue angle of 328.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7CA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 202 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.14 |
| HSL | 328.33º | 0.33% | 0.79% | - |
| HSV(B) | 328.33º | 0.16% | 0.86% | - |
| XYZ | 56.81 | 53.19 | 63.15 | - |
| YUV | 195.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 202 | 0 | 0.16 | 0.08 | 0.14 | 328.33 | 0.33 | 0.79 |
| Hex | DB | B7 | CA | 0 | 10 | 8 | E | 148 | 21 | 4F |
| Octal | 333 | 267 | 312 | 0 | 20 | 10 | 16 | 510 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11001010 | 0 | 10000 | 1000 | 1110 | 101001000 | 100001 | 1001111 |
Color Harmonies of #DBB7CA
Complementary color
Monochromatic Colors of #DBB7CA
Black with #DBB7CA
Text Example
Text Example
White with #DBB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7CA; }
p { color: rgb(219,183,202); }
H1.HeaderClassName
{
color: #DBB7CA;
}
.AnyTagClassName
{
color: #DBB7CA;
}
</style>
background-color css
<style>
a { background-color: #DBB7CA; }
a { background-color: rgb(219,183,202); }
div.DivClassName
{
background-color: #DBB7CA;
}
.BgClassName
{
background-color: #DBB7CA;
}
</style>
border-color css
<style>
span { border-color: #DBB7CA; }
span { border-color: rgb(219,183,202); }
td.TdClassName
{
border-color: #DBB7CA;
}
.TagClassName
{
border-color: #DBB7CA;
}
</style>