Shades of Mauve #DBAEFF
Tints of Mauve #DBAEFF
RGB
CMYK
RGB Variations
Color information
#DBAEFF (or 0xDBAEFF) is known color: Mauve. HEX triplet: DB, AE and FF. RGB value is (219,174,255). Sum of RGB (Red+Green+Blue) = 219+174+255=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEFF is #245100. Grayscale: #C4C4C4. Windows color (decimal): -2380033 or 16756443. OLE color: 16756443.
HSL color Cylindrical-coordinate representation of color #DBAEFF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBAEFF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 174 | 255 | - |
| CMYK | 0.14 | 0.32 | 0 | 0 |
| HSL | 273.33º | 1% | 0.84% | - |
| HSV(B) | 273.33º | 0.32% | 1% | - |
| XYZ | 62.4 | 52.55 | 101.46 | - |
| YUV | 196.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 255 | 0.14 | 0.32 | 0 | 0 | 273.33 | 1 | 0.84 |
| Hex | DB | AE | FF | E | 20 | 0 | 0 | 111 | 64 | 54 |
| Octal | 333 | 256 | 377 | 16 | 40 | 0 | 0 | 421 | 144 | 124 |
| Binary | 11011011 | 10101110 | 11111111 | 1110 | 100000 | 0 | 0 | 100010001 | 1100100 | 1010100 |
Color Harmonies of #DBAEFF
Complementary color
Monochromatic Colors of #DBAEFF
Black with #DBAEFF
Text Example
Text Example
White with #DBAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEFF; }
p { color: rgb(219,174,255); }
H1.HeaderClassName
{
color: #DBAEFF;
}
.AnyTagClassName
{
color: #DBAEFF;
}
</style>
background-color css
<style>
a { background-color: #DBAEFF; }
a { background-color: rgb(219,174,255); }
div.DivClassName
{
background-color: #DBAEFF;
}
.BgClassName
{
background-color: #DBAEFF;
}
</style>
border-color css
<style>
span { border-color: #DBAEFF; }
span { border-color: rgb(219,174,255); }
td.TdClassName
{
border-color: #DBAEFF;
}
.TagClassName
{
border-color: #DBAEFF;
}
</style>