Shades of Mauve #DFB3EF
Tints of Mauve #DFB3EF
RGB
CMYK
RGB Variations
Color information
#DFB3EF (or 0xDFB3EF) is known color: Mauve. HEX triplet: DF, B3 and EF. RGB value is (223,179,239). Sum of RGB (Red+Green+Blue) = 223+179+239=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3EF is #204C10. Grayscale: #C6C6C6. Windows color (decimal): -2116625 or 15709151. OLE color: 15709151.
HSL color Cylindrical-coordinate representation of color #DFB3EF: hue angle of 284º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB3EF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 179 | 239 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.06 |
| HSL | 284º | 0.65% | 0.82% | - |
| HSV(B) | 284º | 0.25% | 0.94% | - |
| XYZ | 62.13 | 54.16 | 88.84 | - |
| YUV | 199 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 239 | 0.07 | 0.25 | 0 | 0.06 | 284 | 0.65 | 0.82 |
| Hex | DF | B3 | EF | 7 | 19 | 0 | 6 | 11C | 41 | 52 |
| Octal | 337 | 263 | 357 | 7 | 31 | 0 | 6 | 434 | 101 | 122 |
| Binary | 11011111 | 10110011 | 11101111 | 111 | 11001 | 0 | 110 | 100011100 | 1000001 | 1010010 |
Color Harmonies of #DFB3EF
Complementary color
Monochromatic Colors of #DFB3EF
Black with #DFB3EF
Text Example
Text Example
White with #DFB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3EF; }
p { color: rgb(223,179,239); }
H1.HeaderClassName
{
color: #DFB3EF;
}
.AnyTagClassName
{
color: #DFB3EF;
}
</style>
background-color css
<style>
a { background-color: #DFB3EF; }
a { background-color: rgb(223,179,239); }
div.DivClassName
{
background-color: #DFB3EF;
}
.BgClassName
{
background-color: #DFB3EF;
}
</style>
border-color css
<style>
span { border-color: #DFB3EF; }
span { border-color: rgb(223,179,239); }
td.TdClassName
{
border-color: #DFB3EF;
}
.TagClassName
{
border-color: #DFB3EF;
}
</style>