Shades of Mauve #DFB4EE
Tints of Mauve #DFB4EE
RGB
CMYK
RGB Variations
Color information
#DFB4EE (or 0xDFB4EE) is known color: Mauve. HEX triplet: DF, B4 and EE. RGB value is (223,180,238). Sum of RGB (Red+Green+Blue) = 223+180+238=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4EE is #204B11. Grayscale: #C7C7C7. Windows color (decimal): -2116370 or 15643871. OLE color: 15643871.
HSL color Cylindrical-coordinate representation of color #DFB4EE: hue angle of 284.48º degrees, saturation: 0.63, 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 #DFB4EE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 180 | 238 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.07 |
| HSL | 284.48º | 0.63% | 0.82% | - |
| HSV(B) | 284.48º | 0.24% | 0.93% | - |
| XYZ | 62.19 | 54.5 | 88.13 | - |
| YUV | 199.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 238 | 0.06 | 0.24 | 0 | 0.07 | 284.48 | 0.63 | 0.82 |
| Hex | DF | B4 | EE | 6 | 18 | 0 | 7 | 11C | 3F | 52 |
| Octal | 337 | 264 | 356 | 6 | 30 | 0 | 7 | 434 | 77 | 122 |
| Binary | 11011111 | 10110100 | 11101110 | 110 | 11000 | 0 | 111 | 100011100 | 111111 | 1010010 |
Color Harmonies of #DFB4EE
Complementary color
Monochromatic Colors of #DFB4EE
Black with #DFB4EE
Text Example
Text Example
White with #DFB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4EE; }
p { color: rgb(223,180,238); }
H1.HeaderClassName
{
color: #DFB4EE;
}
.AnyTagClassName
{
color: #DFB4EE;
}
</style>
background-color css
<style>
a { background-color: #DFB4EE; }
a { background-color: rgb(223,180,238); }
div.DivClassName
{
background-color: #DFB4EE;
}
.BgClassName
{
background-color: #DFB4EE;
}
</style>
border-color css
<style>
span { border-color: #DFB4EE; }
span { border-color: rgb(223,180,238); }
td.TdClassName
{
border-color: #DFB4EE;
}
.TagClassName
{
border-color: #DFB4EE;
}
</style>