Shades of Mauve #DFAEEC
Tints of Mauve #DFAEEC
RGB
CMYK
RGB Variations
Color information
#DFAEEC (or 0xDFAEEC) is known color: Mauve. HEX triplet: DF, AE and EC. RGB value is (223,174,236). Sum of RGB (Red+Green+Blue) = 223+174+236=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEEC is #205113. Grayscale: #C3C3C3. Windows color (decimal): -2117908 or 15511263. OLE color: 15511263.
HSL color Cylindrical-coordinate representation of color #DFAEEC: hue angle of 287.42º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFAEEC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 174 | 236 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.07 |
| HSL | 287.42º | 0.62% | 0.8% | - |
| HSV(B) | 287.42º | 0.26% | 0.93% | - |
| XYZ | 60.71 | 52.02 | 86.2 | - |
| YUV | 195.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 236 | 0.06 | 0.26 | 0 | 0.07 | 287.42 | 0.62 | 0.8 |
| Hex | DF | AE | EC | 6 | 1A | 0 | 7 | 11F | 3E | 50 |
| Octal | 337 | 256 | 354 | 6 | 32 | 0 | 7 | 437 | 76 | 120 |
| Binary | 11011111 | 10101110 | 11101100 | 110 | 11010 | 0 | 111 | 100011111 | 111110 | 1010000 |
Color Harmonies of #DFAEEC
Complementary color
Monochromatic Colors of #DFAEEC
Black with #DFAEEC
Text Example
Text Example
White with #DFAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEEC; }
p { color: rgb(223,174,236); }
H1.HeaderClassName
{
color: #DFAEEC;
}
.AnyTagClassName
{
color: #DFAEEC;
}
</style>
background-color css
<style>
a { background-color: #DFAEEC; }
a { background-color: rgb(223,174,236); }
div.DivClassName
{
background-color: #DFAEEC;
}
.BgClassName
{
background-color: #DFAEEC;
}
</style>
border-color css
<style>
span { border-color: #DFAEEC; }
span { border-color: rgb(223,174,236); }
td.TdClassName
{
border-color: #DFAEEC;
}
.TagClassName
{
border-color: #DFAEEC;
}
</style>