Shades of Plum #DBAEDE
Tints of Plum #DBAEDE
RGB
CMYK
RGB Variations
Color information
#DBAEDE (or 0xDBAEDE) is known color: Plum. HEX triplet: DB, AE and DE. RGB value is (219,174,222). Sum of RGB (Red+Green+Blue) = 219+174+222=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDE is #245121. Grayscale: #C0C0C0. Windows color (decimal): -2380066 or 14593755. OLE color: 14593755.
HSL color Cylindrical-coordinate representation of color #DBAEDE: hue angle of 296.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAEDE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 174 | 222 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.13 |
| HSL | 296.25º | 0.42% | 0.78% | - |
| HSV(B) | 296.25º | 0.22% | 0.87% | - |
| XYZ | 57.53 | 50.61 | 75.84 | - |
| YUV | 192.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 222 | 0.01 | 0.22 | 0 | 0.13 | 296.25 | 0.42 | 0.78 |
| Hex | DB | AE | DE | 1 | 16 | 0 | D | 128 | 2A | 4E |
| Octal | 333 | 256 | 336 | 1 | 26 | 0 | 15 | 450 | 52 | 116 |
| Binary | 11011011 | 10101110 | 11011110 | 1 | 10110 | 0 | 1101 | 100101000 | 101010 | 1001110 |
Color Harmonies of #DBAEDE
Complementary color
Monochromatic Colors of #DBAEDE
Black with #DBAEDE
Text Example
Text Example
White with #DBAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEDE; }
p { color: rgb(219,174,222); }
H1.HeaderClassName
{
color: #DBAEDE;
}
.AnyTagClassName
{
color: #DBAEDE;
}
</style>
background-color css
<style>
a { background-color: #DBAEDE; }
a { background-color: rgb(219,174,222); }
div.DivClassName
{
background-color: #DBAEDE;
}
.BgClassName
{
background-color: #DBAEDE;
}
</style>
border-color css
<style>
span { border-color: #DBAEDE; }
span { border-color: rgb(219,174,222); }
td.TdClassName
{
border-color: #DBAEDE;
}
.TagClassName
{
border-color: #DBAEDE;
}
</style>