Shades of Mauve #DFB4FA
Tints of Mauve #DFB4FA
RGB
CMYK
RGB Variations
Color information
#DFB4FA (or 0xDFB4FA) is known color: Mauve. HEX triplet: DF, B4 and FA. RGB value is (223,180,250). Sum of RGB (Red+Green+Blue) = 223+180+250=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4FA is #204B05. Grayscale: #C8C8C8. Windows color (decimal): -2116358 or 16430303. OLE color: 16430303.
HSL color Cylindrical-coordinate representation of color #DFB4FA: hue angle of 276.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB4FA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 180 | 250 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.02 |
| HSL | 276.86º | 0.88% | 0.84% | - |
| HSV(B) | 276.86º | 0.28% | 0.98% | - |
| XYZ | 64.01 | 55.23 | 97.73 | - |
| YUV | 200.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 250 | 0.11 | 0.28 | 0 | 0.02 | 276.86 | 0.88 | 0.84 |
| Hex | DF | B4 | FA | B | 1C | 0 | 2 | 115 | 58 | 54 |
| Octal | 337 | 264 | 372 | 13 | 34 | 0 | 2 | 425 | 130 | 124 |
| Binary | 11011111 | 10110100 | 11111010 | 1011 | 11100 | 0 | 10 | 100010101 | 1011000 | 1010100 |
Color Harmonies of #DFB4FA
Complementary color
Monochromatic Colors of #DFB4FA
Black with #DFB4FA
Text Example
Text Example
White with #DFB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4FA; }
p { color: rgb(223,180,250); }
H1.HeaderClassName
{
color: #DFB4FA;
}
.AnyTagClassName
{
color: #DFB4FA;
}
</style>
background-color css
<style>
a { background-color: #DFB4FA; }
a { background-color: rgb(223,180,250); }
div.DivClassName
{
background-color: #DFB4FA;
}
.BgClassName
{
background-color: #DFB4FA;
}
</style>
border-color css
<style>
span { border-color: #DFB4FA; }
span { border-color: rgb(223,180,250); }
td.TdClassName
{
border-color: #DFB4FA;
}
.TagClassName
{
border-color: #DFB4FA;
}
</style>