Shades of Twilight #DBB4CA
Tints of Twilight #DBB4CA
RGB
CMYK
RGB Variations
Color information
#DBB4CA (or 0xDBB4CA) is known color: Twilight. HEX triplet: DB, B4 and CA. RGB value is (219,180,202). Sum of RGB (Red+Green+Blue) = 219+180+202=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4CA is #244B35. Grayscale: #C2C2C2. Windows color (decimal): -2378550 or 13284571. OLE color: 13284571.
HSL color Cylindrical-coordinate representation of color #DBB4CA: hue angle of 326.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB4CA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 202 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.14 |
| HSL | 326.15º | 0.35% | 0.78% | - |
| HSV(B) | 326.15º | 0.18% | 0.86% | - |
| XYZ | 56.2 | 51.97 | 62.95 | - |
| YUV | 194.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 202 | 0 | 0.18 | 0.08 | 0.14 | 326.15 | 0.35 | 0.78 |
| Hex | DB | B4 | CA | 0 | 12 | 8 | E | 146 | 23 | 4E |
| Octal | 333 | 264 | 312 | 0 | 22 | 10 | 16 | 506 | 43 | 116 |
| Binary | 11011011 | 10110100 | 11001010 | 0 | 10010 | 1000 | 1110 | 101000110 | 100011 | 1001110 |
Color Harmonies of #DBB4CA
Complementary color
Monochromatic Colors of #DBB4CA
Black with #DBB4CA
Text Example
Text Example
White with #DBB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4CA; }
p { color: rgb(219,180,202); }
H1.HeaderClassName
{
color: #DBB4CA;
}
.AnyTagClassName
{
color: #DBB4CA;
}
</style>
background-color css
<style>
a { background-color: #DBB4CA; }
a { background-color: rgb(219,180,202); }
div.DivClassName
{
background-color: #DBB4CA;
}
.BgClassName
{
background-color: #DBB4CA;
}
</style>
border-color css
<style>
span { border-color: #DBB4CA; }
span { border-color: rgb(219,180,202); }
td.TdClassName
{
border-color: #DBB4CA;
}
.TagClassName
{
border-color: #DBB4CA;
}
</style>