Shades of Twilight #DBB5CA
Tints of Twilight #DBB5CA
RGB
CMYK
RGB Variations
Color information
#DBB5CA (or 0xDBB5CA) is known color: Twilight. HEX triplet: DB, B5 and CA. RGB value is (219,181,202). Sum of RGB (Red+Green+Blue) = 219+181+202=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5CA is #244A35. Grayscale: #C2C2C2. Windows color (decimal): -2378294 or 13284827. OLE color: 13284827.
HSL color Cylindrical-coordinate representation of color #DBB5CA: hue angle of 326.84º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5CA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 202 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.14 |
| HSL | 326.84º | 0.35% | 0.78% | - |
| HSV(B) | 326.84º | 0.17% | 0.86% | - |
| XYZ | 56.4 | 52.37 | 63.01 | - |
| YUV | 194.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 202 | 0 | 0.17 | 0.08 | 0.14 | 326.84 | 0.35 | 0.78 |
| Hex | DB | B5 | CA | 0 | 11 | 8 | E | 147 | 23 | 4E |
| Octal | 333 | 265 | 312 | 0 | 21 | 10 | 16 | 507 | 43 | 116 |
| Binary | 11011011 | 10110101 | 11001010 | 0 | 10001 | 1000 | 1110 | 101000111 | 100011 | 1001110 |
Color Harmonies of #DBB5CA
Complementary color
Monochromatic Colors of #DBB5CA
Black with #DBB5CA
Text Example
Text Example
White with #DBB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5CA; }
p { color: rgb(219,181,202); }
H1.HeaderClassName
{
color: #DBB5CA;
}
.AnyTagClassName
{
color: #DBB5CA;
}
</style>
background-color css
<style>
a { background-color: #DBB5CA; }
a { background-color: rgb(219,181,202); }
div.DivClassName
{
background-color: #DBB5CA;
}
.BgClassName
{
background-color: #DBB5CA;
}
</style>
border-color css
<style>
span { border-color: #DBB5CA; }
span { border-color: rgb(219,181,202); }
td.TdClassName
{
border-color: #DBB5CA;
}
.TagClassName
{
border-color: #DBB5CA;
}
</style>