Shades of Mauve #DFADED
Tints of Mauve #DFADED
RGB
CMYK
RGB Variations
Color information
#DFADED (or 0xDFADED) is known color: Mauve. HEX triplet: DF, AD and ED. RGB value is (223,173,237). Sum of RGB (Red+Green+Blue) = 223+173+237=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADED is #205212. Grayscale: #C3C3C3. Windows color (decimal): -2118163 or 15576543. OLE color: 15576543.
HSL color Cylindrical-coordinate representation of color #DFADED: hue angle of 286.88º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFADED is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 173 | 237 | - |
CMYK | 0.06 | 0.27 | 0 | 0.07 |
HSL | 286.88º | 0.64% | 0.8% | - |
HSV(B) | 286.88º | 0.27% | 0.93% | - |
XYZ | 60.66 | 51.69 | 86.9 | - |
YUV | 195.25 | 151.57 | 147.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 173 | 237 | 0.06 | 0.27 | 0 | 0.07 | 286.88 | 0.64 | 0.8 |
Hex | DF | AD | ED | 6 | 1B | 0 | 7 | 11F | 40 | 50 |
Octal | 337 | 255 | 355 | 6 | 33 | 0 | 7 | 437 | 100 | 120 |
Binary | 11011111 | 10101101 | 11101101 | 110 | 11011 | 0 | 111 | 100011111 | 1000000 | 1010000 |
Color Harmonies of #DFADED
Complementary color
Monochromatic Colors of #DFADED
Black with #DFADED
Text Example
Text Example
White with #DFADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADED; }
p { color: rgb(223,173,237); }
H1.HeaderClassName
{
color: #DFADED;
}
.AnyTagClassName
{
color: #DFADED;
}
</style>
background-color css
<style>
a { background-color: #DFADED; }
a { background-color: rgb(223,173,237); }
div.DivClassName
{
background-color: #DFADED;
}
.BgClassName
{
background-color: #DFADED;
}
</style>
border-color css
<style>
span { border-color: #DFADED; }
span { border-color: rgb(223,173,237); }
td.TdClassName
{
border-color: #DFADED;
}
.TagClassName
{
border-color: #DFADED;
}
</style>