Shades of Mauve #DBAEF4
Tints of Mauve #DBAEF4
RGB
CMYK
RGB Variations
Color information
#DBAEF4 (or 0xDBAEF4) is known color: Mauve. HEX triplet: DB, AE and F4. RGB value is (219,174,244). Sum of RGB (Red+Green+Blue) = 219+174+244=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBAEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEF4 is #24510B. Grayscale: #C3C3C3. Windows color (decimal): -2380044 or 16035547. OLE color: 16035547.
HSL color Cylindrical-coordinate representation of color #DBAEF4: hue angle of 278.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAEF4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 174 | 244 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.04 |
| HSL | 278.57º | 0.76% | 0.82% | - |
| HSV(B) | 278.57º | 0.29% | 0.96% | - |
| XYZ | 60.68 | 51.86 | 92.4 | - |
| YUV | 195.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 244 | 0.10 | 0.29 | 0 | 0.04 | 278.57 | 0.76 | 0.82 |
| Hex | DB | AE | F4 | A | 1D | 0 | 4 | 117 | 4C | 52 |
| Octal | 333 | 256 | 364 | 12 | 35 | 0 | 4 | 427 | 114 | 122 |
| Binary | 11011011 | 10101110 | 11110100 | 1010 | 11101 | 0 | 100 | 100010111 | 1001100 | 1010010 |
Color Harmonies of #DBAEF4
Complementary color
Monochromatic Colors of #DBAEF4
Black with #DBAEF4
Text Example
Text Example
White with #DBAEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEF4; }
p { color: rgb(219,174,244); }
H1.HeaderClassName
{
color: #DBAEF4;
}
.AnyTagClassName
{
color: #DBAEF4;
}
</style>
background-color css
<style>
a { background-color: #DBAEF4; }
a { background-color: rgb(219,174,244); }
div.DivClassName
{
background-color: #DBAEF4;
}
.BgClassName
{
background-color: #DBAEF4;
}
</style>
border-color css
<style>
span { border-color: #DBAEF4; }
span { border-color: rgb(219,174,244); }
td.TdClassName
{
border-color: #DBAEF4;
}
.TagClassName
{
border-color: #DBAEF4;
}
</style>