Shades of Mauve #DFB7ED
Tints of Mauve #DFB7ED
RGB
CMYK
RGB Variations
Color information
#DFB7ED (or 0xDFB7ED) is known color: Mauve. HEX triplet: DF, B7 and ED. RGB value is (223,183,237). Sum of RGB (Red+Green+Blue) = 223+183+237=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7ED is #204812. Grayscale: #C8C8C8. Windows color (decimal): -2115603 or 15579103. OLE color: 15579103.
HSL color Cylindrical-coordinate representation of color #DFB7ED: hue angle of 284.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB7ED is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 183 | 237 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.07 |
| HSL | 284.44º | 0.6% | 0.82% | - |
| HSV(B) | 284.44º | 0.23% | 0.93% | - |
| XYZ | 62.65 | 55.67 | 87.56 | - |
| YUV | 201.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 237 | 0.06 | 0.23 | 0 | 0.07 | 284.44 | 0.6 | 0.82 |
| Hex | DF | B7 | ED | 6 | 17 | 0 | 7 | 11C | 3C | 52 |
| Octal | 337 | 267 | 355 | 6 | 27 | 0 | 7 | 434 | 74 | 122 |
| Binary | 11011111 | 10110111 | 11101101 | 110 | 10111 | 0 | 111 | 100011100 | 111100 | 1010010 |
Color Harmonies of #DFB7ED
Complementary color
Monochromatic Colors of #DFB7ED
Black with #DFB7ED
Text Example
Text Example
White with #DFB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7ED; }
p { color: rgb(223,183,237); }
H1.HeaderClassName
{
color: #DFB7ED;
}
.AnyTagClassName
{
color: #DFB7ED;
}
</style>
background-color css
<style>
a { background-color: #DFB7ED; }
a { background-color: rgb(223,183,237); }
div.DivClassName
{
background-color: #DFB7ED;
}
.BgClassName
{
background-color: #DFB7ED;
}
</style>
border-color css
<style>
span { border-color: #DFB7ED; }
span { border-color: rgb(223,183,237); }
td.TdClassName
{
border-color: #DFB7ED;
}
.TagClassName
{
border-color: #DFB7ED;
}
</style>