Shades of Mauve #DFB3EE
Tints of Mauve #DFB3EE
RGB
CMYK
RGB Variations
Color information
#DFB3EE (or 0xDFB3EE) is known color: Mauve. HEX triplet: DF, B3 and EE. RGB value is (223,179,238). Sum of RGB (Red+Green+Blue) = 223+179+238=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3EE is #204C11. Grayscale: #C6C6C6. Windows color (decimal): -2116626 or 15643615. OLE color: 15643615.
HSL color Cylindrical-coordinate representation of color #DFB3EE: hue angle of 284.75º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB3EE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 179 | 238 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.07 |
| HSL | 284.75º | 0.63% | 0.82% | - |
| HSV(B) | 284.75º | 0.25% | 0.93% | - |
| XYZ | 61.98 | 54.1 | 88.06 | - |
| YUV | 198.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 238 | 0.06 | 0.25 | 0 | 0.07 | 284.75 | 0.63 | 0.82 |
| Hex | DF | B3 | EE | 6 | 19 | 0 | 7 | 11D | 3F | 52 |
| Octal | 337 | 263 | 356 | 6 | 31 | 0 | 7 | 435 | 77 | 122 |
| Binary | 11011111 | 10110011 | 11101110 | 110 | 11001 | 0 | 111 | 100011101 | 111111 | 1010010 |
Color Harmonies of #DFB3EE
Complementary color
Monochromatic Colors of #DFB3EE
Black with #DFB3EE
Text Example
Text Example
White with #DFB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3EE; }
p { color: rgb(223,179,238); }
H1.HeaderClassName
{
color: #DFB3EE;
}
.AnyTagClassName
{
color: #DFB3EE;
}
</style>
background-color css
<style>
a { background-color: #DFB3EE; }
a { background-color: rgb(223,179,238); }
div.DivClassName
{
background-color: #DFB3EE;
}
.BgClassName
{
background-color: #DFB3EE;
}
</style>
border-color css
<style>
span { border-color: #DFB3EE; }
span { border-color: rgb(223,179,238); }
td.TdClassName
{
border-color: #DFB3EE;
}
.TagClassName
{
border-color: #DFB3EE;
}
</style>