Shades of Mauve #DFAEEE
Tints of Mauve #DFAEEE
RGB
CMYK
RGB Variations
Color information
#DFAEEE (or 0xDFAEEE) is known color: Mauve. HEX triplet: DF, AE and EE. RGB value is (223,174,238). Sum of RGB (Red+Green+Blue) = 223+174+238=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEEE is #205111. Grayscale: #C3C3C3. Windows color (decimal): -2117906 or 15642335. OLE color: 15642335.
HSL color Cylindrical-coordinate representation of color #DFAEEE: hue angle of 285.94º 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 #DFAEEE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 174 | 238 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.07 |
| HSL | 285.94º | 0.65% | 0.81% | - |
| HSV(B) | 285.94º | 0.27% | 0.93% | - |
| XYZ | 61 | 52.13 | 87.74 | - |
| YUV | 195.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 238 | 0.06 | 0.27 | 0 | 0.07 | 285.94 | 0.65 | 0.81 |
| Hex | DF | AE | EE | 6 | 1B | 0 | 7 | 11E | 41 | 51 |
| Octal | 337 | 256 | 356 | 6 | 33 | 0 | 7 | 436 | 101 | 121 |
| Binary | 11011111 | 10101110 | 11101110 | 110 | 11011 | 0 | 111 | 100011110 | 1000001 | 1010001 |
Color Harmonies of #DFAEEE
Complementary color
Monochromatic Colors of #DFAEEE
Black with #DFAEEE
Text Example
Text Example
White with #DFAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEEE; }
p { color: rgb(223,174,238); }
H1.HeaderClassName
{
color: #DFAEEE;
}
.AnyTagClassName
{
color: #DFAEEE;
}
</style>
background-color css
<style>
a { background-color: #DFAEEE; }
a { background-color: rgb(223,174,238); }
div.DivClassName
{
background-color: #DFAEEE;
}
.BgClassName
{
background-color: #DFAEEE;
}
</style>
border-color css
<style>
span { border-color: #DFAEEE; }
span { border-color: rgb(223,174,238); }
td.TdClassName
{
border-color: #DFAEEE;
}
.TagClassName
{
border-color: #DFAEEE;
}
</style>