Shades of Twilight #DBB2C5
Tints of Twilight #DBB2C5
RGB
CMYK
RGB Variations
Color information
#DBB2C5 (or 0xDBB2C5) is known color: Twilight. HEX triplet: DB, B2 and C5. RGB value is (219,178,197). Sum of RGB (Red+Green+Blue) = 219+178+197=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2C5 is #244D3A. Grayscale: #C0C0C0. Windows color (decimal): -2379067 or 12956379. OLE color: 12956379.
HSL color Cylindrical-coordinate representation of color #DBB2C5: hue angle of 332.2º 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 #DBB2C5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 197 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.14 |
| HSL | 332.2º | 0.36% | 0.78% | - |
| HSV(B) | 332.2º | 0.19% | 0.86% | - |
| XYZ | 55.21 | 50.93 | 59.74 | - |
| YUV | 192.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 197 | 0 | 0.19 | 0.10 | 0.14 | 332.2 | 0.36 | 0.78 |
| Hex | DB | B2 | C5 | 0 | 13 | A | E | 14C | 24 | 4E |
| Octal | 333 | 262 | 305 | 0 | 23 | 12 | 16 | 514 | 44 | 116 |
| Binary | 11011011 | 10110010 | 11000101 | 0 | 10011 | 1010 | 1110 | 101001100 | 100100 | 1001110 |
Color Harmonies of #DBB2C5
Complementary color
Monochromatic Colors of #DBB2C5
Black with #DBB2C5
Text Example
Text Example
White with #DBB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2C5; }
p { color: rgb(219,178,197); }
H1.HeaderClassName
{
color: #DBB2C5;
}
.AnyTagClassName
{
color: #DBB2C5;
}
</style>
background-color css
<style>
a { background-color: #DBB2C5; }
a { background-color: rgb(219,178,197); }
div.DivClassName
{
background-color: #DBB2C5;
}
.BgClassName
{
background-color: #DBB2C5;
}
</style>
border-color css
<style>
span { border-color: #DBB2C5; }
span { border-color: rgb(219,178,197); }
td.TdClassName
{
border-color: #DBB2C5;
}
.TagClassName
{
border-color: #DBB2C5;
}
</style>