Shades of Mauve #DFB6ED
Tints of Mauve #DFB6ED
RGB
CMYK
RGB Variations
Color information
#DFB6ED (or 0xDFB6ED) is known color: Mauve. HEX triplet: DF, B6 and ED. RGB value is (223,182,237). Sum of RGB (Red+Green+Blue) = 223+182+237=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6ED is #204912. Grayscale: #C8C8C8. Windows color (decimal): -2115859 or 15578847. OLE color: 15578847.
HSL color Cylindrical-coordinate representation of color #DFB6ED: hue angle of 284.73º 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 #DFB6ED is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 182 | 237 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.07 |
| HSL | 284.73º | 0.6% | 0.82% | - |
| HSV(B) | 284.73º | 0.23% | 0.93% | - |
| XYZ | 62.45 | 55.26 | 87.5 | - |
| YUV | 200.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 237 | 0.06 | 0.23 | 0 | 0.07 | 284.73 | 0.6 | 0.82 |
| Hex | DF | B6 | ED | 6 | 17 | 0 | 7 | 11D | 3C | 52 |
| Octal | 337 | 266 | 355 | 6 | 27 | 0 | 7 | 435 | 74 | 122 |
| Binary | 11011111 | 10110110 | 11101101 | 110 | 10111 | 0 | 111 | 100011101 | 111100 | 1010010 |
Color Harmonies of #DFB6ED
Complementary color
Monochromatic Colors of #DFB6ED
Black with #DFB6ED
Text Example
Text Example
White with #DFB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6ED; }
p { color: rgb(223,182,237); }
H1.HeaderClassName
{
color: #DFB6ED;
}
.AnyTagClassName
{
color: #DFB6ED;
}
</style>
background-color css
<style>
a { background-color: #DFB6ED; }
a { background-color: rgb(223,182,237); }
div.DivClassName
{
background-color: #DFB6ED;
}
.BgClassName
{
background-color: #DFB6ED;
}
</style>
border-color css
<style>
span { border-color: #DFB6ED; }
span { border-color: rgb(223,182,237); }
td.TdClassName
{
border-color: #DFB6ED;
}
.TagClassName
{
border-color: #DFB6ED;
}
</style>