Shades of Mauve #DFADFE
Tints of Mauve #DFADFE
RGB
CMYK
RGB Variations
Color information
#DFADFE (or 0xDFADFE) is known color: Mauve. HEX triplet: DF, AD and FE. RGB value is (223,173,254). Sum of RGB (Red+Green+Blue) = 223+173+254=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADFE is #205201. Grayscale: #C4C4C4. Windows color (decimal): -2118146 or 16690655. OLE color: 16690655.
HSL color Cylindrical-coordinate representation of color #DFADFE: hue angle of 277.04º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFADFE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 173 | 254 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.00 |
| HSL | 277.04º | 0.98% | 0.84% | - |
| HSV(B) | 277.04º | 0.32% | 1% | - |
| XYZ | 63.26 | 52.73 | 100.61 | - |
| YUV | 197.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 254 | 0.12 | 0.32 | 0 | 0.00 | 277.04 | 0.98 | 0.84 |
| Hex | DF | AD | FE | C | 20 | 0 | 0 | 115 | 62 | 54 |
| Octal | 337 | 255 | 376 | 14 | 40 | 0 | 0 | 425 | 142 | 124 |
| Binary | 11011111 | 10101101 | 11111110 | 1100 | 100000 | 0 | 0 | 100010101 | 1100010 | 1010100 |
Color Harmonies of #DFADFE
Complementary color
Monochromatic Colors of #DFADFE
Black with #DFADFE
Text Example
Text Example
White with #DFADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADFE; }
p { color: rgb(223,173,254); }
H1.HeaderClassName
{
color: #DFADFE;
}
.AnyTagClassName
{
color: #DFADFE;
}
</style>
background-color css
<style>
a { background-color: #DFADFE; }
a { background-color: rgb(223,173,254); }
div.DivClassName
{
background-color: #DFADFE;
}
.BgClassName
{
background-color: #DFADFE;
}
</style>
border-color css
<style>
span { border-color: #DFADFE; }
span { border-color: rgb(223,173,254); }
td.TdClassName
{
border-color: #DFADFE;
}
.TagClassName
{
border-color: #DFADFE;
}
</style>