Shades of Mauve #DFAEEF
Tints of Mauve #DFAEEF
RGB
CMYK
RGB Variations
Color information
#DFAEEF (or 0xDFAEEF) is known color: Mauve. HEX triplet: DF, AE and EF. RGB value is (223,174,239). Sum of RGB (Red+Green+Blue) = 223+174+239=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEEF is #205110. Grayscale: #C3C3C3. Windows color (decimal): -2117905 or 15707871. OLE color: 15707871.
HSL color Cylindrical-coordinate representation of color #DFAEEF: hue angle of 285.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAEEF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 174 | 239 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.06 |
| HSL | 285.23º | 0.67% | 0.81% | - |
| HSV(B) | 285.23º | 0.27% | 0.94% | - |
| XYZ | 61.15 | 52.19 | 88.51 | - |
| YUV | 196.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 239 | 0.07 | 0.27 | 0 | 0.06 | 285.23 | 0.67 | 0.81 |
| Hex | DF | AE | EF | 7 | 1B | 0 | 6 | 11D | 43 | 51 |
| Octal | 337 | 256 | 357 | 7 | 33 | 0 | 6 | 435 | 103 | 121 |
| Binary | 11011111 | 10101110 | 11101111 | 111 | 11011 | 0 | 110 | 100011101 | 1000011 | 1010001 |
Color Harmonies of #DFAEEF
Complementary color
Monochromatic Colors of #DFAEEF
Black with #DFAEEF
Text Example
Text Example
White with #DFAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEEF; }
p { color: rgb(223,174,239); }
H1.HeaderClassName
{
color: #DFAEEF;
}
.AnyTagClassName
{
color: #DFAEEF;
}
</style>
background-color css
<style>
a { background-color: #DFAEEF; }
a { background-color: rgb(223,174,239); }
div.DivClassName
{
background-color: #DFAEEF;
}
.BgClassName
{
background-color: #DFAEEF;
}
</style>
border-color css
<style>
span { border-color: #DFAEEF; }
span { border-color: rgb(223,174,239); }
td.TdClassName
{
border-color: #DFAEEF;
}
.TagClassName
{
border-color: #DFAEEF;
}
</style>