Shades of Mauve #DBAEFD
Tints of Mauve #DBAEFD
RGB
CMYK
RGB Variations
Color information
#DBAEFD (or 0xDBAEFD) is known color: Mauve. HEX triplet: DB, AE and FD. RGB value is (219,174,253). Sum of RGB (Red+Green+Blue) = 219+174+253=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEFD is #245102. Grayscale: #C4C4C4. Windows color (decimal): -2380035 or 16625371. OLE color: 16625371.
HSL color Cylindrical-coordinate representation of color #DBAEFD: hue angle of 274.18º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAEFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 174 | 253 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.01 |
| HSL | 274.18º | 0.95% | 0.84% | - |
| HSV(B) | 274.18º | 0.31% | 0.99% | - |
| XYZ | 62.08 | 52.42 | 99.78 | - |
| YUV | 196.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 253 | 0.13 | 0.31 | 0 | 0.01 | 274.18 | 0.95 | 0.84 |
| Hex | DB | AE | FD | D | 1F | 0 | 1 | 112 | 5F | 54 |
| Octal | 333 | 256 | 375 | 15 | 37 | 0 | 1 | 422 | 137 | 124 |
| Binary | 11011011 | 10101110 | 11111101 | 1101 | 11111 | 0 | 1 | 100010010 | 1011111 | 1010100 |
Color Harmonies of #DBAEFD
Complementary color
Monochromatic Colors of #DBAEFD
Black with #DBAEFD
Text Example
Text Example
White with #DBAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEFD; }
p { color: rgb(219,174,253); }
H1.HeaderClassName
{
color: #DBAEFD;
}
.AnyTagClassName
{
color: #DBAEFD;
}
</style>
background-color css
<style>
a { background-color: #DBAEFD; }
a { background-color: rgb(219,174,253); }
div.DivClassName
{
background-color: #DBAEFD;
}
.BgClassName
{
background-color: #DBAEFD;
}
</style>
border-color css
<style>
span { border-color: #DBAEFD; }
span { border-color: rgb(219,174,253); }
td.TdClassName
{
border-color: #DBAEFD;
}
.TagClassName
{
border-color: #DBAEFD;
}
</style>