Shades of Mauve #DFB2EF
Tints of Mauve #DFB2EF
RGB
CMYK
RGB Variations
Color information
#DFB2EF (or 0xDFB2EF) is known color: Mauve. HEX triplet: DF, B2 and EF. RGB value is (223,178,239). Sum of RGB (Red+Green+Blue) = 223+178+239=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EF is #204D10. Grayscale: #C6C6C6. Windows color (decimal): -2116881 or 15708895. OLE color: 15708895.
HSL color Cylindrical-coordinate representation of color #DFB2EF: hue angle of 284.26º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB2EF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 178 | 239 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.06 |
| HSL | 284.26º | 0.66% | 0.82% | - |
| HSV(B) | 284.26º | 0.26% | 0.94% | - |
| XYZ | 61.93 | 53.76 | 88.77 | - |
| YUV | 198.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 239 | 0.07 | 0.26 | 0 | 0.06 | 284.26 | 0.66 | 0.82 |
| Hex | DF | B2 | EF | 7 | 1A | 0 | 6 | 11C | 42 | 52 |
| Octal | 337 | 262 | 357 | 7 | 32 | 0 | 6 | 434 | 102 | 122 |
| Binary | 11011111 | 10110010 | 11101111 | 111 | 11010 | 0 | 110 | 100011100 | 1000010 | 1010010 |
Color Harmonies of #DFB2EF
Complementary color
Monochromatic Colors of #DFB2EF
Black with #DFB2EF
Text Example
Text Example
White with #DFB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2EF; }
p { color: rgb(223,178,239); }
H1.HeaderClassName
{
color: #DFB2EF;
}
.AnyTagClassName
{
color: #DFB2EF;
}
</style>
background-color css
<style>
a { background-color: #DFB2EF; }
a { background-color: rgb(223,178,239); }
div.DivClassName
{
background-color: #DFB2EF;
}
.BgClassName
{
background-color: #DFB2EF;
}
</style>
border-color css
<style>
span { border-color: #DFB2EF; }
span { border-color: rgb(223,178,239); }
td.TdClassName
{
border-color: #DFB2EF;
}
.TagClassName
{
border-color: #DFB2EF;
}
</style>