Shades of Mauve #DBAFEC
Tints of Mauve #DBAFEC
RGB
CMYK
RGB Variations
Color information
#DBAFEC (or 0xDBAFEC) is known color: Mauve. HEX triplet: DB, AF and EC. RGB value is (219,175,236). Sum of RGB (Red+Green+Blue) = 219+175+236=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFEC is #245013. Grayscale: #C2C2C2. Windows color (decimal): -2379796 or 15511515. OLE color: 15511515.
HSL color Cylindrical-coordinate representation of color #DBAFEC: hue angle of 283.28º degrees, saturation: 0.62, 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 #DBAFEC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 175 | 236 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.07 |
| HSL | 283.28º | 0.62% | 0.81% | - |
| HSV(B) | 283.28º | 0.26% | 0.93% | - |
| XYZ | 59.68 | 51.78 | 86.21 | - |
| YUV | 195.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 236 | 0.07 | 0.26 | 0 | 0.07 | 283.28 | 0.62 | 0.81 |
| Hex | DB | AF | EC | 7 | 1A | 0 | 7 | 11B | 3E | 51 |
| Octal | 333 | 257 | 354 | 7 | 32 | 0 | 7 | 433 | 76 | 121 |
| Binary | 11011011 | 10101111 | 11101100 | 111 | 11010 | 0 | 111 | 100011011 | 111110 | 1010001 |
Color Harmonies of #DBAFEC
Complementary color
Monochromatic Colors of #DBAFEC
Black with #DBAFEC
Text Example
Text Example
White with #DBAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFEC; }
p { color: rgb(219,175,236); }
H1.HeaderClassName
{
color: #DBAFEC;
}
.AnyTagClassName
{
color: #DBAFEC;
}
</style>
background-color css
<style>
a { background-color: #DBAFEC; }
a { background-color: rgb(219,175,236); }
div.DivClassName
{
background-color: #DBAFEC;
}
.BgClassName
{
background-color: #DBAFEC;
}
</style>
border-color css
<style>
span { border-color: #DBAFEC; }
span { border-color: rgb(219,175,236); }
td.TdClassName
{
border-color: #DBAFEC;
}
.TagClassName
{
border-color: #DBAFEC;
}
</style>