Shades of Plum #DBAEDF
Tints of Plum #DBAEDF
RGB
CMYK
RGB Variations
Color information
#DBAEDF (or 0xDBAEDF) is known color: Plum. HEX triplet: DB, AE and DF. RGB value is (219,174,223). Sum of RGB (Red+Green+Blue) = 219+174+223=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDF is #245120. Grayscale: #C0C0C0. Windows color (decimal): -2380065 or 14659291. OLE color: 14659291.
HSL color Cylindrical-coordinate representation of color #DBAEDF: hue angle of 295.1º degrees, saturation: 0.43, 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 #DBAEDF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 174 | 223 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.13 |
| HSL | 295.1º | 0.43% | 0.78% | - |
| HSV(B) | 295.1º | 0.22% | 0.87% | - |
| XYZ | 57.67 | 50.66 | 76.55 | - |
| YUV | 193.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 223 | 0.02 | 0.22 | 0 | 0.13 | 295.1 | 0.43 | 0.78 |
| Hex | DB | AE | DF | 2 | 16 | 0 | D | 127 | 2B | 4E |
| Octal | 333 | 256 | 337 | 2 | 26 | 0 | 15 | 447 | 53 | 116 |
| Binary | 11011011 | 10101110 | 11011111 | 10 | 10110 | 0 | 1101 | 100100111 | 101011 | 1001110 |
Color Harmonies of #DBAEDF
Complementary color
Monochromatic Colors of #DBAEDF
Black with #DBAEDF
Text Example
Text Example
White with #DBAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEDF; }
p { color: rgb(219,174,223); }
H1.HeaderClassName
{
color: #DBAEDF;
}
.AnyTagClassName
{
color: #DBAEDF;
}
</style>
background-color css
<style>
a { background-color: #DBAEDF; }
a { background-color: rgb(219,174,223); }
div.DivClassName
{
background-color: #DBAEDF;
}
.BgClassName
{
background-color: #DBAEDF;
}
</style>
border-color css
<style>
span { border-color: #DBAEDF; }
span { border-color: rgb(219,174,223); }
td.TdClassName
{
border-color: #DBAEDF;
}
.TagClassName
{
border-color: #DBAEDF;
}
</style>