Shades of Mauve #DFBAEA
Tints of Mauve #DFBAEA
RGB
CMYK
RGB Variations
Color information
#DFBAEA (or 0xDFBAEA) is known color: Mauve. HEX triplet: DF, BA and EA. RGB value is (223,186,234). Sum of RGB (Red+Green+Blue) = 223+186+234=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAEA is #204515. Grayscale: #CACACA. Windows color (decimal): -2114838 or 15383263. OLE color: 15383263.
HSL color Cylindrical-coordinate representation of color #DFBAEA: hue angle of 286.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBAEA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 186 | 234 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.08 |
| HSL | 286.25º | 0.53% | 0.82% | - |
| HSV(B) | 286.25º | 0.21% | 0.92% | - |
| XYZ | 62.84 | 56.75 | 85.48 | - |
| YUV | 202.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 234 | 0.05 | 0.21 | 0 | 0.08 | 286.25 | 0.53 | 0.82 |
| Hex | DF | BA | EA | 5 | 15 | 0 | 8 | 11E | 35 | 52 |
| Octal | 337 | 272 | 352 | 5 | 25 | 0 | 10 | 436 | 65 | 122 |
| Binary | 11011111 | 10111010 | 11101010 | 101 | 10101 | 0 | 1000 | 100011110 | 110101 | 1010010 |
Color Harmonies of #DFBAEA
Complementary color
Monochromatic Colors of #DFBAEA
Black with #DFBAEA
Text Example
Text Example
White with #DFBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAEA; }
p { color: rgb(223,186,234); }
H1.HeaderClassName
{
color: #DFBAEA;
}
.AnyTagClassName
{
color: #DFBAEA;
}
</style>
background-color css
<style>
a { background-color: #DFBAEA; }
a { background-color: rgb(223,186,234); }
div.DivClassName
{
background-color: #DFBAEA;
}
.BgClassName
{
background-color: #DFBAEA;
}
</style>
border-color css
<style>
span { border-color: #DFBAEA; }
span { border-color: rgb(223,186,234); }
td.TdClassName
{
border-color: #DFBAEA;
}
.TagClassName
{
border-color: #DFBAEA;
}
</style>