Shades of Mauve #DFB0FA
Tints of Mauve #DFB0FA
RGB
CMYK
RGB Variations
Color information
#DFB0FA (or 0xDFB0FA) is known color: Mauve. HEX triplet: DF, B0 and FA. RGB value is (223,176,250). Sum of RGB (Red+Green+Blue) = 223+176+250=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0FA is #204F05. Grayscale: #C6C6C6. Windows color (decimal): -2117382 or 16429279. OLE color: 16429279.
HSL color Cylindrical-coordinate representation of color #DFB0FA: hue angle of 278.11º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB0FA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 176 | 250 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.02 |
| HSL | 278.11º | 0.88% | 0.84% | - |
| HSV(B) | 278.11º | 0.3% | 0.98% | - |
| XYZ | 63.21 | 53.64 | 97.46 | - |
| YUV | 198.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 250 | 0.11 | 0.30 | 0 | 0.02 | 278.11 | 0.88 | 0.84 |
| Hex | DF | B0 | FA | B | 1E | 0 | 2 | 116 | 58 | 54 |
| Octal | 337 | 260 | 372 | 13 | 36 | 0 | 2 | 426 | 130 | 124 |
| Binary | 11011111 | 10110000 | 11111010 | 1011 | 11110 | 0 | 10 | 100010110 | 1011000 | 1010100 |
Color Harmonies of #DFB0FA
Complementary color
Monochromatic Colors of #DFB0FA
Black with #DFB0FA
Text Example
Text Example
White with #DFB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0FA; }
p { color: rgb(223,176,250); }
H1.HeaderClassName
{
color: #DFB0FA;
}
.AnyTagClassName
{
color: #DFB0FA;
}
</style>
background-color css
<style>
a { background-color: #DFB0FA; }
a { background-color: rgb(223,176,250); }
div.DivClassName
{
background-color: #DFB0FA;
}
.BgClassName
{
background-color: #DFB0FA;
}
</style>
border-color css
<style>
span { border-color: #DFB0FA; }
span { border-color: rgb(223,176,250); }
td.TdClassName
{
border-color: #DFB0FA;
}
.TagClassName
{
border-color: #DFB0FA;
}
</style>