Shades of Mauve #DFB9EA
Tints of Mauve #DFB9EA
RGB
CMYK
RGB Variations
Color information
#DFB9EA (or 0xDFB9EA) is known color: Mauve. HEX triplet: DF, B9 and EA. RGB value is (223,185,234). Sum of RGB (Red+Green+Blue) = 223+185+234=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9EA is #204615. Grayscale: #C9C9C9. Windows color (decimal): -2115094 or 15383007. OLE color: 15383007.
HSL color Cylindrical-coordinate representation of color #DFB9EA: hue angle of 286.53º degrees, saturation: 0.54, 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 #DFB9EA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 185 | 234 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.08 |
| HSL | 286.53º | 0.54% | 0.82% | - |
| HSV(B) | 286.53º | 0.21% | 0.92% | - |
| XYZ | 62.63 | 56.33 | 85.41 | - |
| YUV | 201.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 234 | 0.05 | 0.21 | 0 | 0.08 | 286.53 | 0.54 | 0.82 |
| Hex | DF | B9 | EA | 5 | 15 | 0 | 8 | 11F | 36 | 52 |
| Octal | 337 | 271 | 352 | 5 | 25 | 0 | 10 | 437 | 66 | 122 |
| Binary | 11011111 | 10111001 | 11101010 | 101 | 10101 | 0 | 1000 | 100011111 | 110110 | 1010010 |
Color Harmonies of #DFB9EA
Complementary color
Monochromatic Colors of #DFB9EA
Black with #DFB9EA
Text Example
Text Example
White with #DFB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9EA; }
p { color: rgb(223,185,234); }
H1.HeaderClassName
{
color: #DFB9EA;
}
.AnyTagClassName
{
color: #DFB9EA;
}
</style>
background-color css
<style>
a { background-color: #DFB9EA; }
a { background-color: rgb(223,185,234); }
div.DivClassName
{
background-color: #DFB9EA;
}
.BgClassName
{
background-color: #DFB9EA;
}
</style>
border-color css
<style>
span { border-color: #DFB9EA; }
span { border-color: rgb(223,185,234); }
td.TdClassName
{
border-color: #DFB9EA;
}
.TagClassName
{
border-color: #DFB9EA;
}
</style>