Shades of Plum #DBAEE2
Tints of Plum #DBAEE2
RGB
CMYK
RGB Variations
Color information
#DBAEE2 (or 0xDBAEE2) is known color: Plum. HEX triplet: DB, AE and E2. RGB value is (219,174,226). Sum of RGB (Red+Green+Blue) = 219+174+226=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEE2 is #24511D. Grayscale: #C1C1C1. Windows color (decimal): -2380062 or 14855899. OLE color: 14855899.
HSL color Cylindrical-coordinate representation of color #DBAEE2: hue angle of 291.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBAEE2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 174 | 226 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 291.92º | 0.47% | 0.78% | - |
| HSV(B) | 291.92º | 0.23% | 0.89% | - |
| XYZ | 58.08 | 50.82 | 78.7 | - |
| YUV | 193.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 226 | 0.03 | 0.23 | 0 | 0.11 | 291.92 | 0.47 | 0.78 |
| Hex | DB | AE | E2 | 3 | 17 | 0 | B | 124 | 2F | 4E |
| Octal | 333 | 256 | 342 | 3 | 27 | 0 | 13 | 444 | 57 | 116 |
| Binary | 11011011 | 10101110 | 11100010 | 11 | 10111 | 0 | 1011 | 100100100 | 101111 | 1001110 |
Color Harmonies of #DBAEE2
Complementary color
Monochromatic Colors of #DBAEE2
Black with #DBAEE2
Text Example
Text Example
White with #DBAEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEE2; }
p { color: rgb(219,174,226); }
H1.HeaderClassName
{
color: #DBAEE2;
}
.AnyTagClassName
{
color: #DBAEE2;
}
</style>
background-color css
<style>
a { background-color: #DBAEE2; }
a { background-color: rgb(219,174,226); }
div.DivClassName
{
background-color: #DBAEE2;
}
.BgClassName
{
background-color: #DBAEE2;
}
</style>
border-color css
<style>
span { border-color: #DBAEE2; }
span { border-color: rgb(219,174,226); }
td.TdClassName
{
border-color: #DBAEE2;
}
.TagClassName
{
border-color: #DBAEE2;
}
</style>