Shades of Mauve #DBAEF2
Tints of Mauve #DBAEF2
RGB
CMYK
RGB Variations
Color information
#DBAEF2 (or 0xDBAEF2) is known color: Mauve. HEX triplet: DB, AE and F2. RGB value is (219,174,242). Sum of RGB (Red+Green+Blue) = 219+174+242=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBAEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEF2 is #24510D. Grayscale: #C2C2C2. Windows color (decimal): -2380046 or 15904475. OLE color: 15904475.
HSL color Cylindrical-coordinate representation of color #DBAEF2: hue angle of 279.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAEF2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 174 | 242 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.05 |
| HSL | 279.71º | 0.72% | 0.82% | - |
| HSV(B) | 279.71º | 0.28% | 0.95% | - |
| XYZ | 60.38 | 51.74 | 90.81 | - |
| YUV | 195.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 242 | 0.10 | 0.28 | 0 | 0.05 | 279.71 | 0.72 | 0.82 |
| Hex | DB | AE | F2 | A | 1C | 0 | 5 | 118 | 48 | 52 |
| Octal | 333 | 256 | 362 | 12 | 34 | 0 | 5 | 430 | 110 | 122 |
| Binary | 11011011 | 10101110 | 11110010 | 1010 | 11100 | 0 | 101 | 100011000 | 1001000 | 1010010 |
Color Harmonies of #DBAEF2
Complementary color
Monochromatic Colors of #DBAEF2
Black with #DBAEF2
Text Example
Text Example
White with #DBAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEF2; }
p { color: rgb(219,174,242); }
H1.HeaderClassName
{
color: #DBAEF2;
}
.AnyTagClassName
{
color: #DBAEF2;
}
</style>
background-color css
<style>
a { background-color: #DBAEF2; }
a { background-color: rgb(219,174,242); }
div.DivClassName
{
background-color: #DBAEF2;
}
.BgClassName
{
background-color: #DBAEF2;
}
</style>
border-color css
<style>
span { border-color: #DBAEF2; }
span { border-color: rgb(219,174,242); }
td.TdClassName
{
border-color: #DBAEF2;
}
.TagClassName
{
border-color: #DBAEF2;
}
</style>