Shades of Plum #DBAEE3
Tints of Plum #DBAEE3
RGB
CMYK
RGB Variations
Color information
#DBAEE3 (or 0xDBAEE3) is known color: Plum. HEX triplet: DB, AE and E3. RGB value is (219,174,227). Sum of RGB (Red+Green+Blue) = 219+174+227=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEE3 is #24511C. Grayscale: #C1C1C1. Windows color (decimal): -2380061 or 14921435. OLE color: 14921435.
HSL color Cylindrical-coordinate representation of color #DBAEE3: hue angle of 290.94º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBAEE3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 174 | 227 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.11 |
| HSL | 290.94º | 0.49% | 0.79% | - |
| HSV(B) | 290.94º | 0.23% | 0.89% | - |
| XYZ | 58.21 | 50.88 | 79.43 | - |
| YUV | 193.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 227 | 0.04 | 0.23 | 0 | 0.11 | 290.94 | 0.49 | 0.79 |
| Hex | DB | AE | E3 | 4 | 17 | 0 | B | 123 | 31 | 4F |
| Octal | 333 | 256 | 343 | 4 | 27 | 0 | 13 | 443 | 61 | 117 |
| Binary | 11011011 | 10101110 | 11100011 | 100 | 10111 | 0 | 1011 | 100100011 | 110001 | 1001111 |
Color Harmonies of #DBAEE3
Complementary color
Monochromatic Colors of #DBAEE3
Black with #DBAEE3
Text Example
Text Example
White with #DBAEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEE3; }
p { color: rgb(219,174,227); }
H1.HeaderClassName
{
color: #DBAEE3;
}
.AnyTagClassName
{
color: #DBAEE3;
}
</style>
background-color css
<style>
a { background-color: #DBAEE3; }
a { background-color: rgb(219,174,227); }
div.DivClassName
{
background-color: #DBAEE3;
}
.BgClassName
{
background-color: #DBAEE3;
}
</style>
border-color css
<style>
span { border-color: #DBAEE3; }
span { border-color: rgb(219,174,227); }
td.TdClassName
{
border-color: #DBAEE3;
}
.TagClassName
{
border-color: #DBAEE3;
}
</style>