Shades of Mauve #DFB5EE
Tints of Mauve #DFB5EE
RGB
CMYK
RGB Variations
Color information
#DFB5EE (or 0xDFB5EE) is known color: Mauve. HEX triplet: DF, B5 and EE. RGB value is (223,181,238). Sum of RGB (Red+Green+Blue) = 223+181+238=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5EE is #204A11. Grayscale: #C7C7C7. Windows color (decimal): -2116114 or 15644127. OLE color: 15644127.
HSL color Cylindrical-coordinate representation of color #DFB5EE: hue angle of 284.21º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB5EE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 181 | 238 | - |
CMYK | 0.06 | 0.24 | 0 | 0.07 |
HSL | 284.21º | 0.63% | 0.82% | - |
HSV(B) | 284.21º | 0.24% | 0.93% | - |
XYZ | 62.39 | 54.91 | 88.2 | - |
YUV | 200.06 | 149.41 | 144.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 238 | 0.06 | 0.24 | 0 | 0.07 | 284.21 | 0.63 | 0.82 |
Hex | DF | B5 | EE | 6 | 18 | 0 | 7 | 11C | 3F | 52 |
Octal | 337 | 265 | 356 | 6 | 30 | 0 | 7 | 434 | 77 | 122 |
Binary | 11011111 | 10110101 | 11101110 | 110 | 11000 | 0 | 111 | 100011100 | 111111 | 1010010 |
Color Harmonies of #DFB5EE
Complementary color
Monochromatic Colors of #DFB5EE
Black with #DFB5EE
Text Example
Text Example
White with #DFB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5EE; }
p { color: rgb(223,181,238); }
H1.HeaderClassName
{
color: #DFB5EE;
}
.AnyTagClassName
{
color: #DFB5EE;
}
</style>
background-color css
<style>
a { background-color: #DFB5EE; }
a { background-color: rgb(223,181,238); }
div.DivClassName
{
background-color: #DFB5EE;
}
.BgClassName
{
background-color: #DFB5EE;
}
</style>
border-color css
<style>
span { border-color: #DFB5EE; }
span { border-color: rgb(223,181,238); }
td.TdClassName
{
border-color: #DFB5EE;
}
.TagClassName
{
border-color: #DFB5EE;
}
</style>