Shades of Mauve #DFB4ED
Tints of Mauve #DFB4ED
RGB
CMYK
RGB Variations
Color information
#DFB4ED (or 0xDFB4ED) is known color: Mauve. HEX triplet: DF, B4 and ED. RGB value is (223,180,237). Sum of RGB (Red+Green+Blue) = 223+180+237=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4ED is #204B12. Grayscale: #C7C7C7. Windows color (decimal): -2116371 or 15578335. OLE color: 15578335.
HSL color Cylindrical-coordinate representation of color #DFB4ED: hue angle of 285.26º degrees, saturation: 0.61, 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 #DFB4ED is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 180 | 237 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.07 |
| HSL | 285.26º | 0.61% | 0.82% | - |
| HSV(B) | 285.26º | 0.24% | 0.93% | - |
| XYZ | 62.04 | 54.44 | 87.36 | - |
| YUV | 199.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 237 | 0.06 | 0.24 | 0 | 0.07 | 285.26 | 0.61 | 0.82 |
| Hex | DF | B4 | ED | 6 | 18 | 0 | 7 | 11D | 3D | 52 |
| Octal | 337 | 264 | 355 | 6 | 30 | 0 | 7 | 435 | 75 | 122 |
| Binary | 11011111 | 10110100 | 11101101 | 110 | 11000 | 0 | 111 | 100011101 | 111101 | 1010010 |
Color Harmonies of #DFB4ED
Complementary color
Monochromatic Colors of #DFB4ED
Black with #DFB4ED
Text Example
Text Example
White with #DFB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4ED; }
p { color: rgb(223,180,237); }
H1.HeaderClassName
{
color: #DFB4ED;
}
.AnyTagClassName
{
color: #DFB4ED;
}
</style>
background-color css
<style>
a { background-color: #DFB4ED; }
a { background-color: rgb(223,180,237); }
div.DivClassName
{
background-color: #DFB4ED;
}
.BgClassName
{
background-color: #DFB4ED;
}
</style>
border-color css
<style>
span { border-color: #DFB4ED; }
span { border-color: rgb(223,180,237); }
td.TdClassName
{
border-color: #DFB4ED;
}
.TagClassName
{
border-color: #DFB4ED;
}
</style>