Shades of Twilight #DBB4C5
Tints of Twilight #DBB4C5
RGB
CMYK
RGB Variations
Color information
#DBB4C5 (or 0xDBB4C5) is known color: Twilight. HEX triplet: DB, B4 and C5. RGB value is (219,180,197). Sum of RGB (Red+Green+Blue) = 219+180+197=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4C5 is #244B3A. Grayscale: #C1C1C1. Windows color (decimal): -2378555 or 12956891. OLE color: 12956891.
HSL color Cylindrical-coordinate representation of color #DBB4C5: hue angle of 333.85º 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 #DBB4C5 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 197 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.14 |
| HSL | 333.85º | 0.35% | 0.78% | - |
| HSV(B) | 333.85º | 0.18% | 0.86% | - |
| XYZ | 55.61 | 51.73 | 59.88 | - |
| YUV | 193.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 197 | 0 | 0.18 | 0.10 | 0.14 | 333.85 | 0.35 | 0.78 |
| Hex | DB | B4 | C5 | 0 | 12 | A | E | 14E | 23 | 4E |
| Octal | 333 | 264 | 305 | 0 | 22 | 12 | 16 | 516 | 43 | 116 |
| Binary | 11011011 | 10110100 | 11000101 | 0 | 10010 | 1010 | 1110 | 101001110 | 100011 | 1001110 |
Color Harmonies of #DBB4C5
Complementary color
Monochromatic Colors of #DBB4C5
Black with #DBB4C5
Text Example
Text Example
White with #DBB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4C5; }
p { color: rgb(219,180,197); }
H1.HeaderClassName
{
color: #DBB4C5;
}
.AnyTagClassName
{
color: #DBB4C5;
}
</style>
background-color css
<style>
a { background-color: #DBB4C5; }
a { background-color: rgb(219,180,197); }
div.DivClassName
{
background-color: #DBB4C5;
}
.BgClassName
{
background-color: #DBB4C5;
}
</style>
border-color css
<style>
span { border-color: #DBB4C5; }
span { border-color: rgb(219,180,197); }
td.TdClassName
{
border-color: #DBB4C5;
}
.TagClassName
{
border-color: #DBB4C5;
}
</style>