Shades of Twilight #DBB2CA
Tints of Twilight #DBB2CA
RGB
CMYK
RGB Variations
Color information
#DBB2CA (or 0xDBB2CA) is known color: Twilight. HEX triplet: DB, B2 and CA. RGB value is (219,178,202). Sum of RGB (Red+Green+Blue) = 219+178+202=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2CA is #244D35. Grayscale: #C0C0C0. Windows color (decimal): -2379062 or 13284059. OLE color: 13284059.
HSL color Cylindrical-coordinate representation of color #DBB2CA: hue angle of 324.88º degrees, saturation: 0.36, 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 #DBB2CA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 202 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.14 |
| HSL | 324.88º | 0.36% | 0.78% | - |
| HSV(B) | 324.88º | 0.19% | 0.86% | - |
| XYZ | 55.79 | 51.17 | 62.81 | - |
| YUV | 193 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 202 | 0 | 0.19 | 0.08 | 0.14 | 324.88 | 0.36 | 0.78 |
| Hex | DB | B2 | CA | 0 | 13 | 8 | E | 145 | 24 | 4E |
| Octal | 333 | 262 | 312 | 0 | 23 | 10 | 16 | 505 | 44 | 116 |
| Binary | 11011011 | 10110010 | 11001010 | 0 | 10011 | 1000 | 1110 | 101000101 | 100100 | 1001110 |
Color Harmonies of #DBB2CA
Complementary color
Monochromatic Colors of #DBB2CA
Black with #DBB2CA
Text Example
Text Example
White with #DBB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2CA; }
p { color: rgb(219,178,202); }
H1.HeaderClassName
{
color: #DBB2CA;
}
.AnyTagClassName
{
color: #DBB2CA;
}
</style>
background-color css
<style>
a { background-color: #DBB2CA; }
a { background-color: rgb(219,178,202); }
div.DivClassName
{
background-color: #DBB2CA;
}
.BgClassName
{
background-color: #DBB2CA;
}
</style>
border-color css
<style>
span { border-color: #DBB2CA; }
span { border-color: rgb(219,178,202); }
td.TdClassName
{
border-color: #DBB2CA;
}
.TagClassName
{
border-color: #DBB2CA;
}
</style>