Shades of Plum #DBAFE2
Tints of Plum #DBAFE2
RGB
CMYK
RGB Variations
Color information
#DBAFE2 (or 0xDBAFE2) is known color: Plum. HEX triplet: DB, AF and E2. RGB value is (219,175,226). Sum of RGB (Red+Green+Blue) = 219+175+226=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFE2 is #24501D. Grayscale: #C1C1C1. Windows color (decimal): -2379806 or 14856155. OLE color: 14856155.
HSL color Cylindrical-coordinate representation of color #DBAFE2: hue angle of 291.76º degrees, saturation: 0.47, 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 #DBAFE2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 175 | 226 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 291.76º | 0.47% | 0.79% | - |
| HSV(B) | 291.76º | 0.23% | 0.89% | - |
| XYZ | 58.27 | 51.21 | 78.77 | - |
| YUV | 193.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 226 | 0.03 | 0.23 | 0 | 0.11 | 291.76 | 0.47 | 0.79 |
| Hex | DB | AF | E2 | 3 | 17 | 0 | B | 124 | 2F | 4F |
| Octal | 333 | 257 | 342 | 3 | 27 | 0 | 13 | 444 | 57 | 117 |
| Binary | 11011011 | 10101111 | 11100010 | 11 | 10111 | 0 | 1011 | 100100100 | 101111 | 1001111 |
Color Harmonies of #DBAFE2
Complementary color
Monochromatic Colors of #DBAFE2
Black with #DBAFE2
Text Example
Text Example
White with #DBAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFE2; }
p { color: rgb(219,175,226); }
H1.HeaderClassName
{
color: #DBAFE2;
}
.AnyTagClassName
{
color: #DBAFE2;
}
</style>
background-color css
<style>
a { background-color: #DBAFE2; }
a { background-color: rgb(219,175,226); }
div.DivClassName
{
background-color: #DBAFE2;
}
.BgClassName
{
background-color: #DBAFE2;
}
</style>
border-color css
<style>
span { border-color: #DBAFE2; }
span { border-color: rgb(219,175,226); }
td.TdClassName
{
border-color: #DBAFE2;
}
.TagClassName
{
border-color: #DBAFE2;
}
</style>