Shades of Mauve #DFADFA
Tints of Mauve #DFADFA
RGB
CMYK
RGB Variations
Color information
#DFADFA (or 0xDFADFA) is known color: Mauve. HEX triplet: DF, AD and FA. RGB value is (223,173,250). Sum of RGB (Red+Green+Blue) = 223+173+250=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADFA is #205205. Grayscale: #C4C4C4. Windows color (decimal): -2118150 or 16428511. OLE color: 16428511.
HSL color Cylindrical-coordinate representation of color #DFADFA: hue angle of 278.96º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFADFA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 173 | 250 | - |
CMYK | 0.11 | 0.31 | 0 | 0.02 |
HSL | 278.96º | 0.89% | 0.83% | - |
HSV(B) | 278.96º | 0.31% | 0.98% | - |
XYZ | 62.63 | 52.48 | 97.27 | - |
YUV | 196.73 | 158.07 | 146.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 173 | 250 | 0.11 | 0.31 | 0 | 0.02 | 278.96 | 0.89 | 0.83 |
Hex | DF | AD | FA | B | 1F | 0 | 2 | 117 | 59 | 53 |
Octal | 337 | 255 | 372 | 13 | 37 | 0 | 2 | 427 | 131 | 123 |
Binary | 11011111 | 10101101 | 11111010 | 1011 | 11111 | 0 | 10 | 100010111 | 1011001 | 1010011 |
Color Harmonies of #DFADFA
Complementary color
Monochromatic Colors of #DFADFA
Black with #DFADFA
Text Example
Text Example
White with #DFADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADFA; }
p { color: rgb(223,173,250); }
H1.HeaderClassName
{
color: #DFADFA;
}
.AnyTagClassName
{
color: #DFADFA;
}
</style>
background-color css
<style>
a { background-color: #DFADFA; }
a { background-color: rgb(223,173,250); }
div.DivClassName
{
background-color: #DFADFA;
}
.BgClassName
{
background-color: #DFADFA;
}
</style>
border-color css
<style>
span { border-color: #DFADFA; }
span { border-color: rgb(223,173,250); }
td.TdClassName
{
border-color: #DFADFA;
}
.TagClassName
{
border-color: #DFADFA;
}
</style>