Shades of Mauve #DFB5FA
Tints of Mauve #DFB5FA
RGB
CMYK
RGB Variations
Color information
#DFB5FA (or 0xDFB5FA) is known color: Mauve. HEX triplet: DF, B5 and FA. RGB value is (223,181,250). Sum of RGB (Red+Green+Blue) = 223+181+250=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5FA is #204A05. Grayscale: #C9C9C9. Windows color (decimal): -2116102 or 16430559. OLE color: 16430559.
HSL color Cylindrical-coordinate representation of color #DFB5FA: hue angle of 276.52º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB5FA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 181 | 250 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.02 |
| HSL | 276.52º | 0.87% | 0.85% | - |
| HSV(B) | 276.52º | 0.28% | 0.98% | - |
| XYZ | 64.21 | 55.64 | 97.8 | - |
| YUV | 201.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 250 | 0.11 | 0.28 | 0 | 0.02 | 276.52 | 0.87 | 0.85 |
| Hex | DF | B5 | FA | B | 1C | 0 | 2 | 115 | 57 | 55 |
| Octal | 337 | 265 | 372 | 13 | 34 | 0 | 2 | 425 | 127 | 125 |
| Binary | 11011111 | 10110101 | 11111010 | 1011 | 11100 | 0 | 10 | 100010101 | 1010111 | 1010101 |
Color Harmonies of #DFB5FA
Complementary color
Monochromatic Colors of #DFB5FA
Black with #DFB5FA
Text Example
Text Example
White with #DFB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5FA; }
p { color: rgb(223,181,250); }
H1.HeaderClassName
{
color: #DFB5FA;
}
.AnyTagClassName
{
color: #DFB5FA;
}
</style>
background-color css
<style>
a { background-color: #DFB5FA; }
a { background-color: rgb(223,181,250); }
div.DivClassName
{
background-color: #DFB5FA;
}
.BgClassName
{
background-color: #DFB5FA;
}
</style>
border-color css
<style>
span { border-color: #DFB5FA; }
span { border-color: rgb(223,181,250); }
td.TdClassName
{
border-color: #DFB5FA;
}
.TagClassName
{
border-color: #DFB5FA;
}
</style>