Shades of Mauve #DFAEFF
Tints of Mauve #DFAEFF
RGB
CMYK
RGB Variations
Color information
#DFAEFF (or 0xDFAEFF) is known color: Mauve. HEX triplet: DF, AE and FF. RGB value is (223,174,255). Sum of RGB (Red+Green+Blue) = 223+174+255=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEFF is #205100. Grayscale: #C5C5C5. Windows color (decimal): -2117889 or 16756447. OLE color: 16756447.
HSL color Cylindrical-coordinate representation of color #DFAEFF: hue angle of 276.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFAEFF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 174 | 255 | - |
| CMYK | 0.13 | 0.32 | 0 | 0 |
| HSL | 276.3º | 1% | 0.84% | - |
| HSV(B) | 276.3º | 0.32% | 1% | - |
| XYZ | 63.62 | 53.18 | 101.52 | - |
| YUV | 197.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 255 | 0.13 | 0.32 | 0 | 0 | 276.3 | 1 | 0.84 |
| Hex | DF | AE | FF | D | 20 | 0 | 0 | 114 | 64 | 54 |
| Octal | 337 | 256 | 377 | 15 | 40 | 0 | 0 | 424 | 144 | 124 |
| Binary | 11011111 | 10101110 | 11111111 | 1101 | 100000 | 0 | 0 | 100010100 | 1100100 | 1010100 |
Color Harmonies of #DFAEFF
Complementary color
Monochromatic Colors of #DFAEFF
Black with #DFAEFF
Text Example
Text Example
White with #DFAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEFF; }
p { color: rgb(223,174,255); }
H1.HeaderClassName
{
color: #DFAEFF;
}
.AnyTagClassName
{
color: #DFAEFF;
}
</style>
background-color css
<style>
a { background-color: #DFAEFF; }
a { background-color: rgb(223,174,255); }
div.DivClassName
{
background-color: #DFAEFF;
}
.BgClassName
{
background-color: #DFAEFF;
}
</style>
border-color css
<style>
span { border-color: #DFAEFF; }
span { border-color: rgb(223,174,255); }
td.TdClassName
{
border-color: #DFAEFF;
}
.TagClassName
{
border-color: #DFAEFF;
}
</style>