Shades of Mauve #DFB2EC
Tints of Mauve #DFB2EC
RGB
CMYK
RGB Variations
Color information
#DFB2EC (or 0xDFB2EC) is known color: Mauve. HEX triplet: DF, B2 and EC. RGB value is (223,178,236). Sum of RGB (Red+Green+Blue) = 223+178+236=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EC is #204D13. Grayscale: #C5C5C5. Windows color (decimal): -2116884 or 15512287. OLE color: 15512287.
HSL color Cylindrical-coordinate representation of color #DFB2EC: hue angle of 286.55º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB2EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 178 | 236 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.07 |
| HSL | 286.55º | 0.6% | 0.81% | - |
| HSV(B) | 286.55º | 0.25% | 0.93% | - |
| XYZ | 61.49 | 53.58 | 86.46 | - |
| YUV | 198.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 236 | 0.06 | 0.25 | 0 | 0.07 | 286.55 | 0.6 | 0.81 |
| Hex | DF | B2 | EC | 6 | 19 | 0 | 7 | 11F | 3C | 51 |
| Octal | 337 | 262 | 354 | 6 | 31 | 0 | 7 | 437 | 74 | 121 |
| Binary | 11011111 | 10110010 | 11101100 | 110 | 11001 | 0 | 111 | 100011111 | 111100 | 1010001 |
Color Harmonies of #DFB2EC
Complementary color
Monochromatic Colors of #DFB2EC
Black with #DFB2EC
Text Example
Text Example
White with #DFB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2EC; }
p { color: rgb(223,178,236); }
H1.HeaderClassName
{
color: #DFB2EC;
}
.AnyTagClassName
{
color: #DFB2EC;
}
</style>
background-color css
<style>
a { background-color: #DFB2EC; }
a { background-color: rgb(223,178,236); }
div.DivClassName
{
background-color: #DFB2EC;
}
.BgClassName
{
background-color: #DFB2EC;
}
</style>
border-color css
<style>
span { border-color: #DFB2EC; }
span { border-color: rgb(223,178,236); }
td.TdClassName
{
border-color: #DFB2EC;
}
.TagClassName
{
border-color: #DFB2EC;
}
</style>