Shades of Mauve #DFB1EF
Tints of Mauve #DFB1EF
RGB
CMYK
RGB Variations
Color information
#DFB1EF (or 0xDFB1EF) is known color: Mauve. HEX triplet: DF, B1 and EF. RGB value is (223,177,239). Sum of RGB (Red+Green+Blue) = 223+177+239=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1EF is #204E10. Grayscale: #C5C5C5. Windows color (decimal): -2117137 or 15708639. OLE color: 15708639.
HSL color Cylindrical-coordinate representation of color #DFB1EF: hue angle of 284.52º 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 #DFB1EF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 177 | 239 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.06 |
| HSL | 284.52º | 0.66% | 0.82% | - |
| HSV(B) | 284.52º | 0.26% | 0.94% | - |
| XYZ | 61.73 | 53.36 | 88.71 | - |
| YUV | 197.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 239 | 0.07 | 0.26 | 0 | 0.06 | 284.52 | 0.66 | 0.82 |
| Hex | DF | B1 | EF | 7 | 1A | 0 | 6 | 11D | 42 | 52 |
| Octal | 337 | 261 | 357 | 7 | 32 | 0 | 6 | 435 | 102 | 122 |
| Binary | 11011111 | 10110001 | 11101111 | 111 | 11010 | 0 | 110 | 100011101 | 1000010 | 1010010 |
Color Harmonies of #DFB1EF
Complementary color
Monochromatic Colors of #DFB1EF
Black with #DFB1EF
Text Example
Text Example
White with #DFB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1EF; }
p { color: rgb(223,177,239); }
H1.HeaderClassName
{
color: #DFB1EF;
}
.AnyTagClassName
{
color: #DFB1EF;
}
</style>
background-color css
<style>
a { background-color: #DFB1EF; }
a { background-color: rgb(223,177,239); }
div.DivClassName
{
background-color: #DFB1EF;
}
.BgClassName
{
background-color: #DFB1EF;
}
</style>
border-color css
<style>
span { border-color: #DFB1EF; }
span { border-color: rgb(223,177,239); }
td.TdClassName
{
border-color: #DFB1EF;
}
.TagClassName
{
border-color: #DFB1EF;
}
</style>