Shades of Mauve #DFACED
Tints of Mauve #DFACED
RGB
CMYK
RGB Variations
Color information
#DFACED (or 0xDFACED) is known color: Mauve. HEX triplet: DF, AC and ED. RGB value is (223,172,237). Sum of RGB (Red+Green+Blue) = 223+172+237=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACED is #205312. Grayscale: #C2C2C2. Windows color (decimal): -2118419 or 15576287. OLE color: 15576287.
HSL color Cylindrical-coordinate representation of color #DFACED: hue angle of 287.08º 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 #DFACED is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 172 | 237 | - |
CMYK | 0.06 | 0.27 | 0 | 0.07 |
HSL | 287.08º | 0.64% | 0.8% | - |
HSV(B) | 287.08º | 0.27% | 0.93% | - |
XYZ | 60.47 | 51.31 | 86.84 | - |
YUV | 194.66 | 151.9 | 148.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 237 | 0.06 | 0.27 | 0 | 0.07 | 287.08 | 0.64 | 0.8 |
Hex | DF | AC | ED | 6 | 1B | 0 | 7 | 11F | 40 | 50 |
Octal | 337 | 254 | 355 | 6 | 33 | 0 | 7 | 437 | 100 | 120 |
Binary | 11011111 | 10101100 | 11101101 | 110 | 11011 | 0 | 111 | 100011111 | 1000000 | 1010000 |
Color Harmonies of #DFACED
Complementary color
Monochromatic Colors of #DFACED
Black with #DFACED
Text Example
Text Example
White with #DFACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACED; }
p { color: rgb(223,172,237); }
H1.HeaderClassName
{
color: #DFACED;
}
.AnyTagClassName
{
color: #DFACED;
}
</style>
background-color css
<style>
a { background-color: #DFACED; }
a { background-color: rgb(223,172,237); }
div.DivClassName
{
background-color: #DFACED;
}
.BgClassName
{
background-color: #DFACED;
}
</style>
border-color css
<style>
span { border-color: #DFACED; }
span { border-color: rgb(223,172,237); }
td.TdClassName
{
border-color: #DFACED;
}
.TagClassName
{
border-color: #DFACED;
}
</style>