Shades of Mauve #DFB3ED
Tints of Mauve #DFB3ED
RGB
CMYK
RGB Variations
Color information
#DFB3ED (or 0xDFB3ED) is known color: Mauve. HEX triplet: DF, B3 and ED. RGB value is (223,179,237). Sum of RGB (Red+Green+Blue) = 223+179+237=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3ED is #204C12. Grayscale: #C6C6C6. Windows color (decimal): -2116627 or 15578079. OLE color: 15578079.
HSL color Cylindrical-coordinate representation of color #DFB3ED: hue angle of 285.52º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB3ED is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 179 | 237 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.07 |
| HSL | 285.52º | 0.62% | 0.82% | - |
| HSV(B) | 285.52º | 0.24% | 0.93% | - |
| XYZ | 61.84 | 54.04 | 87.29 | - |
| YUV | 198.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 237 | 0.06 | 0.24 | 0 | 0.07 | 285.52 | 0.62 | 0.82 |
| Hex | DF | B3 | ED | 6 | 18 | 0 | 7 | 11E | 3E | 52 |
| Octal | 337 | 263 | 355 | 6 | 30 | 0 | 7 | 436 | 76 | 122 |
| Binary | 11011111 | 10110011 | 11101101 | 110 | 11000 | 0 | 111 | 100011110 | 111110 | 1010010 |
Color Harmonies of #DFB3ED
Complementary color
Monochromatic Colors of #DFB3ED
Black with #DFB3ED
Text Example
Text Example
White with #DFB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3ED; }
p { color: rgb(223,179,237); }
H1.HeaderClassName
{
color: #DFB3ED;
}
.AnyTagClassName
{
color: #DFB3ED;
}
</style>
background-color css
<style>
a { background-color: #DFB3ED; }
a { background-color: rgb(223,179,237); }
div.DivClassName
{
background-color: #DFB3ED;
}
.BgClassName
{
background-color: #DFB3ED;
}
</style>
border-color css
<style>
span { border-color: #DFB3ED; }
span { border-color: rgb(223,179,237); }
td.TdClassName
{
border-color: #DFB3ED;
}
.TagClassName
{
border-color: #DFB3ED;
}
</style>