Shades of Mauve #DFB4F4
Tints of Mauve #DFB4F4
RGB
CMYK
RGB Variations
Color information
#DFB4F4 (or 0xDFB4F4) is known color: Mauve. HEX triplet: DF, B4 and F4. RGB value is (223,180,244). Sum of RGB (Red+Green+Blue) = 223+180+244=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFB4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4F4 is #204B0B. Grayscale: #C7C7C7. Windows color (decimal): -2116364 or 16037087. OLE color: 16037087.
HSL color Cylindrical-coordinate representation of color #DFB4F4: hue angle of 280.31º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB4F4 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 180 | 244 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.04 |
| HSL | 280.31º | 0.74% | 0.83% | - |
| HSV(B) | 280.31º | 0.26% | 0.96% | - |
| XYZ | 63.08 | 54.86 | 92.85 | - |
| YUV | 200.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 244 | 0.09 | 0.26 | 0 | 0.04 | 280.31 | 0.74 | 0.83 |
| Hex | DF | B4 | F4 | 9 | 1A | 0 | 4 | 118 | 4A | 53 |
| Octal | 337 | 264 | 364 | 11 | 32 | 0 | 4 | 430 | 112 | 123 |
| Binary | 11011111 | 10110100 | 11110100 | 1001 | 11010 | 0 | 100 | 100011000 | 1001010 | 1010011 |
Color Harmonies of #DFB4F4
Complementary color
Monochromatic Colors of #DFB4F4
Black with #DFB4F4
Text Example
Text Example
White with #DFB4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4F4; }
p { color: rgb(223,180,244); }
H1.HeaderClassName
{
color: #DFB4F4;
}
.AnyTagClassName
{
color: #DFB4F4;
}
</style>
background-color css
<style>
a { background-color: #DFB4F4; }
a { background-color: rgb(223,180,244); }
div.DivClassName
{
background-color: #DFB4F4;
}
.BgClassName
{
background-color: #DFB4F4;
}
</style>
border-color css
<style>
span { border-color: #DFB4F4; }
span { border-color: rgb(223,180,244); }
td.TdClassName
{
border-color: #DFB4F4;
}
.TagClassName
{
border-color: #DFB4F4;
}
</style>