Shades of Mauve #DFB2EE
Tints of Mauve #DFB2EE
RGB
CMYK
RGB Variations
Color information
#DFB2EE (or 0xDFB2EE) is known color: Mauve. HEX triplet: DF, B2 and EE. RGB value is (223,178,238). Sum of RGB (Red+Green+Blue) = 223+178+238=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EE is #204D11. Grayscale: #C6C6C6. Windows color (decimal): -2116882 or 15643359. OLE color: 15643359.
HSL color Cylindrical-coordinate representation of color #DFB2EE: hue angle of 285º degrees, saturation: 0.64, 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 #DFB2EE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 178 | 238 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.07 |
| HSL | 285º | 0.64% | 0.82% | - |
| HSV(B) | 285º | 0.25% | 0.93% | - |
| XYZ | 61.78 | 53.7 | 88 | - |
| YUV | 198.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 238 | 0.06 | 0.25 | 0 | 0.07 | 285 | 0.64 | 0.82 |
| Hex | DF | B2 | EE | 6 | 19 | 0 | 7 | 11D | 40 | 52 |
| Octal | 337 | 262 | 356 | 6 | 31 | 0 | 7 | 435 | 100 | 122 |
| Binary | 11011111 | 10110010 | 11101110 | 110 | 11001 | 0 | 111 | 100011101 | 1000000 | 1010010 |
Color Harmonies of #DFB2EE
Complementary color
Monochromatic Colors of #DFB2EE
Black with #DFB2EE
Text Example
Text Example
White with #DFB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2EE; }
p { color: rgb(223,178,238); }
H1.HeaderClassName
{
color: #DFB2EE;
}
.AnyTagClassName
{
color: #DFB2EE;
}
</style>
background-color css
<style>
a { background-color: #DFB2EE; }
a { background-color: rgb(223,178,238); }
div.DivClassName
{
background-color: #DFB2EE;
}
.BgClassName
{
background-color: #DFB2EE;
}
</style>
border-color css
<style>
span { border-color: #DFB2EE; }
span { border-color: rgb(223,178,238); }
td.TdClassName
{
border-color: #DFB2EE;
}
.TagClassName
{
border-color: #DFB2EE;
}
</style>