Shades of Mauve #DFAEFC
Tints of Mauve #DFAEFC
RGB
CMYK
RGB Variations
Color information
#DFAEFC (or 0xDFAEFC) is known color: Mauve. HEX triplet: DF, AE and FC. RGB value is (223,174,252). Sum of RGB (Red+Green+Blue) = 223+174+252=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEFC is #205103. Grayscale: #C5C5C5. Windows color (decimal): -2117892 or 16559839. OLE color: 16559839.
HSL color Cylindrical-coordinate representation of color #DFAEFC: hue angle of 277.69º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFAEFC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 174 | 252 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.01 |
| HSL | 277.69º | 0.93% | 0.84% | - |
| HSV(B) | 277.69º | 0.31% | 0.99% | - |
| XYZ | 63.14 | 52.99 | 99 | - |
| YUV | 197.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 252 | 0.12 | 0.31 | 0 | 0.01 | 277.69 | 0.93 | 0.84 |
| Hex | DF | AE | FC | C | 1F | 0 | 1 | 116 | 5D | 54 |
| Octal | 337 | 256 | 374 | 14 | 37 | 0 | 1 | 426 | 135 | 124 |
| Binary | 11011111 | 10101110 | 11111100 | 1100 | 11111 | 0 | 1 | 100010110 | 1011101 | 1010100 |
Color Harmonies of #DFAEFC
Complementary color
Monochromatic Colors of #DFAEFC
Black with #DFAEFC
Text Example
Text Example
White with #DFAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEFC; }
p { color: rgb(223,174,252); }
H1.HeaderClassName
{
color: #DFAEFC;
}
.AnyTagClassName
{
color: #DFAEFC;
}
</style>
background-color css
<style>
a { background-color: #DFAEFC; }
a { background-color: rgb(223,174,252); }
div.DivClassName
{
background-color: #DFAEFC;
}
.BgClassName
{
background-color: #DFAEFC;
}
</style>
border-color css
<style>
span { border-color: #DFAEFC; }
span { border-color: rgb(223,174,252); }
td.TdClassName
{
border-color: #DFAEFC;
}
.TagClassName
{
border-color: #DFAEFC;
}
</style>