Shades of Mauve #DFB1EE
Tints of Mauve #DFB1EE
RGB
CMYK
RGB Variations
Color information
#DFB1EE (or 0xDFB1EE) is known color: Mauve. HEX triplet: DF, B1 and EE. RGB value is (223,177,238). Sum of RGB (Red+Green+Blue) = 223+177+238=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1EE is #204E11. Grayscale: #C5C5C5. Windows color (decimal): -2117138 or 15643103. OLE color: 15643103.
HSL color Cylindrical-coordinate representation of color #DFB1EE: hue angle of 285.25º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB1EE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 177 | 238 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.07 |
| HSL | 285.25º | 0.64% | 0.81% | - |
| HSV(B) | 285.25º | 0.26% | 0.93% | - |
| XYZ | 61.59 | 53.31 | 87.93 | - |
| YUV | 197.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 238 | 0.06 | 0.26 | 0 | 0.07 | 285.25 | 0.64 | 0.81 |
| Hex | DF | B1 | EE | 6 | 1A | 0 | 7 | 11D | 40 | 51 |
| Octal | 337 | 261 | 356 | 6 | 32 | 0 | 7 | 435 | 100 | 121 |
| Binary | 11011111 | 10110001 | 11101110 | 110 | 11010 | 0 | 111 | 100011101 | 1000000 | 1010001 |
Color Harmonies of #DFB1EE
Complementary color
Monochromatic Colors of #DFB1EE
Black with #DFB1EE
Text Example
Text Example
White with #DFB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1EE; }
p { color: rgb(223,177,238); }
H1.HeaderClassName
{
color: #DFB1EE;
}
.AnyTagClassName
{
color: #DFB1EE;
}
</style>
background-color css
<style>
a { background-color: #DFB1EE; }
a { background-color: rgb(223,177,238); }
div.DivClassName
{
background-color: #DFB1EE;
}
.BgClassName
{
background-color: #DFB1EE;
}
</style>
border-color css
<style>
span { border-color: #DFB1EE; }
span { border-color: rgb(223,177,238); }
td.TdClassName
{
border-color: #DFB1EE;
}
.TagClassName
{
border-color: #DFB1EE;
}
</style>