Shades of Mauve #DBAFED
Tints of Mauve #DBAFED
RGB
CMYK
RGB Variations
Color information
#DBAFED (or 0xDBAFED) is known color: Mauve. HEX triplet: DB, AF and ED. RGB value is (219,175,237). Sum of RGB (Red+Green+Blue) = 219+175+237=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBAFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFED is #245012. Grayscale: #C3C3C3. Windows color (decimal): -2379795 or 15577051. OLE color: 15577051.
HSL color Cylindrical-coordinate representation of color #DBAFED: hue angle of 282.58º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAFED is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 175 | 237 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.07 |
| HSL | 282.58º | 0.63% | 0.81% | - |
| HSV(B) | 282.58º | 0.26% | 0.93% | - |
| XYZ | 59.83 | 51.83 | 86.97 | - |
| YUV | 195.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 237 | 0.08 | 0.26 | 0 | 0.07 | 282.58 | 0.63 | 0.81 |
| Hex | DB | AF | ED | 8 | 1A | 0 | 7 | 11B | 3F | 51 |
| Octal | 333 | 257 | 355 | 10 | 32 | 0 | 7 | 433 | 77 | 121 |
| Binary | 11011011 | 10101111 | 11101101 | 1000 | 11010 | 0 | 111 | 100011011 | 111111 | 1010001 |
Color Harmonies of #DBAFED
Complementary color
Monochromatic Colors of #DBAFED
Black with #DBAFED
Text Example
Text Example
White with #DBAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFED; }
p { color: rgb(219,175,237); }
H1.HeaderClassName
{
color: #DBAFED;
}
.AnyTagClassName
{
color: #DBAFED;
}
</style>
background-color css
<style>
a { background-color: #DBAFED; }
a { background-color: rgb(219,175,237); }
div.DivClassName
{
background-color: #DBAFED;
}
.BgClassName
{
background-color: #DBAFED;
}
</style>
border-color css
<style>
span { border-color: #DBAFED; }
span { border-color: rgb(219,175,237); }
td.TdClassName
{
border-color: #DBAFED;
}
.TagClassName
{
border-color: #DBAFED;
}
</style>