Shades of Mauve #DFB6EA
Tints of Mauve #DFB6EA
RGB
CMYK
RGB Variations
Color information
#DFB6EA (or 0xDFB6EA) is known color: Mauve. HEX triplet: DF, B6 and EA. RGB value is (223,182,234). Sum of RGB (Red+Green+Blue) = 223+182+234=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6EA is #204915. Grayscale: #C8C8C8. Windows color (decimal): -2115862 or 15382239. OLE color: 15382239.
HSL color Cylindrical-coordinate representation of color #DFB6EA: hue angle of 287.31º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB6EA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 182 | 234 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.08 |
| HSL | 287.31º | 0.55% | 0.82% | - |
| HSV(B) | 287.31º | 0.22% | 0.92% | - |
| XYZ | 62.01 | 55.08 | 85.21 | - |
| YUV | 200.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 234 | 0.05 | 0.22 | 0 | 0.08 | 287.31 | 0.55 | 0.82 |
| Hex | DF | B6 | EA | 5 | 16 | 0 | 8 | 11F | 37 | 52 |
| Octal | 337 | 266 | 352 | 5 | 26 | 0 | 10 | 437 | 67 | 122 |
| Binary | 11011111 | 10110110 | 11101010 | 101 | 10110 | 0 | 1000 | 100011111 | 110111 | 1010010 |
Color Harmonies of #DFB6EA
Complementary color
Monochromatic Colors of #DFB6EA
Black with #DFB6EA
Text Example
Text Example
White with #DFB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6EA; }
p { color: rgb(223,182,234); }
H1.HeaderClassName
{
color: #DFB6EA;
}
.AnyTagClassName
{
color: #DFB6EA;
}
</style>
background-color css
<style>
a { background-color: #DFB6EA; }
a { background-color: rgb(223,182,234); }
div.DivClassName
{
background-color: #DFB6EA;
}
.BgClassName
{
background-color: #DFB6EA;
}
</style>
border-color css
<style>
span { border-color: #DFB6EA; }
span { border-color: rgb(223,182,234); }
td.TdClassName
{
border-color: #DFB6EA;
}
.TagClassName
{
border-color: #DFB6EA;
}
</style>