Shades of Mauve #DAAEEE
Tints of Mauve #DAAEEE
RGB
CMYK
RGB Variations
Color information
#DAAEEE (or 0xDAAEEE) is known color: Mauve. HEX triplet: DA, AE and EE. RGB value is (218,174,238). Sum of RGB (Red+Green+Blue) = 218+174+238=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEEE is #255111. Grayscale: #C2C2C2. Windows color (decimal): -2445586 or 15642330. OLE color: 15642330.
HSL color Cylindrical-coordinate representation of color #DAAEEE: hue angle of 281.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAEEE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 174 | 238 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.07 |
| HSL | 281.25º | 0.65% | 0.81% | - |
| HSV(B) | 281.25º | 0.27% | 0.93% | - |
| XYZ | 59.48 | 51.35 | 87.67 | - |
| YUV | 194.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 238 | 0.08 | 0.27 | 0 | 0.07 | 281.25 | 0.65 | 0.81 |
| Hex | DA | AE | EE | 8 | 1B | 0 | 7 | 119 | 41 | 51 |
| Octal | 332 | 256 | 356 | 10 | 33 | 0 | 7 | 431 | 101 | 121 |
| Binary | 11011010 | 10101110 | 11101110 | 1000 | 11011 | 0 | 111 | 100011001 | 1000001 | 1010001 |
Color Harmonies of #DAAEEE
Complementary color
Monochromatic Colors of #DAAEEE
Black with #DAAEEE
Text Example
Text Example
White with #DAAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEEE; }
p { color: rgb(218,174,238); }
H1.HeaderClassName
{
color: #DAAEEE;
}
.AnyTagClassName
{
color: #DAAEEE;
}
</style>
background-color css
<style>
a { background-color: #DAAEEE; }
a { background-color: rgb(218,174,238); }
div.DivClassName
{
background-color: #DAAEEE;
}
.BgClassName
{
background-color: #DAAEEE;
}
</style>
border-color css
<style>
span { border-color: #DAAEEE; }
span { border-color: rgb(218,174,238); }
td.TdClassName
{
border-color: #DAAEEE;
}
.TagClassName
{
border-color: #DAAEEE;
}
</style>