Shades of Mauve #DFABED
Tints of Mauve #DFABED
RGB
CMYK
RGB Variations
Color information
#DFABED (or 0xDFABED) is known color: Mauve. HEX triplet: DF, AB and ED. RGB value is (223,171,237). Sum of RGB (Red+Green+Blue) = 223+171+237=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABED is #205412. Grayscale: #C1C1C1. Windows color (decimal): -2118675 or 15576031. OLE color: 15576031.
HSL color Cylindrical-coordinate representation of color #DFABED: hue angle of 287.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFABED is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 171 | 237 | - |
CMYK | 0.06 | 0.28 | 0 | 0.07 |
HSL | 287.27º | 0.65% | 0.8% | - |
HSV(B) | 287.27º | 0.28% | 0.93% | - |
XYZ | 60.28 | 50.93 | 86.77 | - |
YUV | 194.07 | 152.23 | 148.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 171 | 237 | 0.06 | 0.28 | 0 | 0.07 | 287.27 | 0.65 | 0.8 |
Hex | DF | AB | ED | 6 | 1C | 0 | 7 | 11F | 41 | 50 |
Octal | 337 | 253 | 355 | 6 | 34 | 0 | 7 | 437 | 101 | 120 |
Binary | 11011111 | 10101011 | 11101101 | 110 | 11100 | 0 | 111 | 100011111 | 1000001 | 1010000 |
Color Harmonies of #DFABED
Complementary color
Monochromatic Colors of #DFABED
Black with #DFABED
Text Example
Text Example
White with #DFABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABED; }
p { color: rgb(223,171,237); }
H1.HeaderClassName
{
color: #DFABED;
}
.AnyTagClassName
{
color: #DFABED;
}
</style>
background-color css
<style>
a { background-color: #DFABED; }
a { background-color: rgb(223,171,237); }
div.DivClassName
{
background-color: #DFABED;
}
.BgClassName
{
background-color: #DFABED;
}
</style>
border-color css
<style>
span { border-color: #DFABED; }
span { border-color: rgb(223,171,237); }
td.TdClassName
{
border-color: #DFABED;
}
.TagClassName
{
border-color: #DFABED;
}
</style>