Shades of Plum #DBAEE4
Tints of Plum #DBAEE4
RGB
CMYK
RGB Variations
Color information
#DBAEE4 (or 0xDBAEE4) is known color: Plum. HEX triplet: DB, AE and E4. RGB value is (219,174,228). Sum of RGB (Red+Green+Blue) = 219+174+228=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEE4 is #24511B. Grayscale: #C1C1C1. Windows color (decimal): -2380060 or 14986971. OLE color: 14986971.
HSL color Cylindrical-coordinate representation of color #DBAEE4: hue angle of 290º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAEE4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 174 | 228 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.11 |
| HSL | 290º | 0.5% | 0.79% | - |
| HSV(B) | 290º | 0.24% | 0.89% | - |
| XYZ | 58.35 | 50.93 | 80.15 | - |
| YUV | 193.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 228 | 0.04 | 0.24 | 0 | 0.11 | 290 | 0.5 | 0.79 |
| Hex | DB | AE | E4 | 4 | 18 | 0 | B | 122 | 32 | 4F |
| Octal | 333 | 256 | 344 | 4 | 30 | 0 | 13 | 442 | 62 | 117 |
| Binary | 11011011 | 10101110 | 11100100 | 100 | 11000 | 0 | 1011 | 100100010 | 110010 | 1001111 |
Color Harmonies of #DBAEE4
Complementary color
Monochromatic Colors of #DBAEE4
Black with #DBAEE4
Text Example
Text Example
White with #DBAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEE4; }
p { color: rgb(219,174,228); }
H1.HeaderClassName
{
color: #DBAEE4;
}
.AnyTagClassName
{
color: #DBAEE4;
}
</style>
background-color css
<style>
a { background-color: #DBAEE4; }
a { background-color: rgb(219,174,228); }
div.DivClassName
{
background-color: #DBAEE4;
}
.BgClassName
{
background-color: #DBAEE4;
}
</style>
border-color css
<style>
span { border-color: #DBAEE4; }
span { border-color: rgb(219,174,228); }
td.TdClassName
{
border-color: #DBAEE4;
}
.TagClassName
{
border-color: #DBAEE4;
}
</style>