Shades of Mauve #DAAAEE
Tints of Mauve #DAAAEE
RGB
CMYK
RGB Variations
Color information
#DAAAEE (or 0xDAAAEE) is known color: Mauve. HEX triplet: DA, AA and EE. RGB value is (218,170,238). Sum of RGB (Red+Green+Blue) = 218+170+238=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAEE is #255511. Grayscale: #BFBFBF. Windows color (decimal): -2446610 or 15641306. OLE color: 15641306.
HSL color Cylindrical-coordinate representation of color #DAAAEE: hue angle of 282.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAAEE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 170 | 238 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.07 |
| HSL | 282.35º | 0.67% | 0.8% | - |
| HSV(B) | 282.35º | 0.29% | 0.93% | - |
| XYZ | 58.72 | 49.83 | 87.41 | - |
| YUV | 192.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 238 | 0.08 | 0.29 | 0 | 0.07 | 282.35 | 0.67 | 0.8 |
| Hex | DA | AA | EE | 8 | 1D | 0 | 7 | 11A | 43 | 50 |
| Octal | 332 | 252 | 356 | 10 | 35 | 0 | 7 | 432 | 103 | 120 |
| Binary | 11011010 | 10101010 | 11101110 | 1000 | 11101 | 0 | 111 | 100011010 | 1000011 | 1010000 |
Color Harmonies of #DAAAEE
Complementary color
Monochromatic Colors of #DAAAEE
Black with #DAAAEE
Text Example
Text Example
White with #DAAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAEE; }
p { color: rgb(218,170,238); }
H1.HeaderClassName
{
color: #DAAAEE;
}
.AnyTagClassName
{
color: #DAAAEE;
}
</style>
background-color css
<style>
a { background-color: #DAAAEE; }
a { background-color: rgb(218,170,238); }
div.DivClassName
{
background-color: #DAAAEE;
}
.BgClassName
{
background-color: #DAAAEE;
}
</style>
border-color css
<style>
span { border-color: #DAAAEE; }
span { border-color: rgb(218,170,238); }
td.TdClassName
{
border-color: #DAAAEE;
}
.TagClassName
{
border-color: #DAAAEE;
}
</style>