Shades of Mauve #DBAEF8
Tints of Mauve #DBAEF8
RGB
CMYK
RGB Variations
Color information
#DBAEF8 (or 0xDBAEF8) is known color: Mauve. HEX triplet: DB, AE and F8. RGB value is (219,174,248). Sum of RGB (Red+Green+Blue) = 219+174+248=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEF8 is #245107. Grayscale: #C3C3C3. Windows color (decimal): -2380040 or 16297691. OLE color: 16297691.
HSL color Cylindrical-coordinate representation of color #DBAEF8: hue angle of 276.49º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAEF8 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 174 | 248 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.03 |
| HSL | 276.49º | 0.84% | 0.83% | - |
| HSV(B) | 276.49º | 0.3% | 0.97% | - |
| XYZ | 61.29 | 52.11 | 95.63 | - |
| YUV | 195.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 248 | 0.12 | 0.30 | 0 | 0.03 | 276.49 | 0.84 | 0.83 |
| Hex | DB | AE | F8 | C | 1E | 0 | 3 | 114 | 54 | 53 |
| Octal | 333 | 256 | 370 | 14 | 36 | 0 | 3 | 424 | 124 | 123 |
| Binary | 11011011 | 10101110 | 11111000 | 1100 | 11110 | 0 | 11 | 100010100 | 1010100 | 1010011 |
Color Harmonies of #DBAEF8
Complementary color
Monochromatic Colors of #DBAEF8
Black with #DBAEF8
Text Example
Text Example
White with #DBAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEF8; }
p { color: rgb(219,174,248); }
H1.HeaderClassName
{
color: #DBAEF8;
}
.AnyTagClassName
{
color: #DBAEF8;
}
</style>
background-color css
<style>
a { background-color: #DBAEF8; }
a { background-color: rgb(219,174,248); }
div.DivClassName
{
background-color: #DBAEF8;
}
.BgClassName
{
background-color: #DBAEF8;
}
</style>
border-color css
<style>
span { border-color: #DBAEF8; }
span { border-color: rgb(219,174,248); }
td.TdClassName
{
border-color: #DBAEF8;
}
.TagClassName
{
border-color: #DBAEF8;
}
</style>