Shades of Plum #DBAFE3
Tints of Plum #DBAFE3
RGB
CMYK
RGB Variations
Color information
#DBAFE3 (or 0xDBAFE3) is known color: Plum. HEX triplet: DB, AF and E3. RGB value is (219,175,227). Sum of RGB (Red+Green+Blue) = 219+175+227=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFE3 is #24501C. Grayscale: #C1C1C1. Windows color (decimal): -2379805 or 14921691. OLE color: 14921691.
HSL color Cylindrical-coordinate representation of color #DBAFE3: hue angle of 290.77º degrees, saturation: 0.48, 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 #DBAFE3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 175 | 227 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.11 |
| HSL | 290.77º | 0.48% | 0.79% | - |
| HSV(B) | 290.77º | 0.23% | 0.89% | - |
| XYZ | 58.41 | 51.27 | 79.49 | - |
| YUV | 194.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 227 | 0.04 | 0.23 | 0 | 0.11 | 290.77 | 0.48 | 0.79 |
| Hex | DB | AF | E3 | 4 | 17 | 0 | B | 123 | 30 | 4F |
| Octal | 333 | 257 | 343 | 4 | 27 | 0 | 13 | 443 | 60 | 117 |
| Binary | 11011011 | 10101111 | 11100011 | 100 | 10111 | 0 | 1011 | 100100011 | 110000 | 1001111 |
Color Harmonies of #DBAFE3
Complementary color
Monochromatic Colors of #DBAFE3
Black with #DBAFE3
Text Example
Text Example
White with #DBAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFE3; }
p { color: rgb(219,175,227); }
H1.HeaderClassName
{
color: #DBAFE3;
}
.AnyTagClassName
{
color: #DBAFE3;
}
</style>
background-color css
<style>
a { background-color: #DBAFE3; }
a { background-color: rgb(219,175,227); }
div.DivClassName
{
background-color: #DBAFE3;
}
.BgClassName
{
background-color: #DBAFE3;
}
</style>
border-color css
<style>
span { border-color: #DBAFE3; }
span { border-color: rgb(219,175,227); }
td.TdClassName
{
border-color: #DBAFE3;
}
.TagClassName
{
border-color: #DBAFE3;
}
</style>