Shades of Mauve #DFB0F2
Tints of Mauve #DFB0F2
RGB
CMYK
RGB Variations
Color information
#DFB0F2 (or 0xDFB0F2) is known color: Mauve. HEX triplet: DF, B0 and F2. RGB value is (223,176,242). Sum of RGB (Red+Green+Blue) = 223+176+242=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F2 is #204F0D. Grayscale: #C5C5C5. Windows color (decimal): -2117390 or 15904991. OLE color: 15904991.
HSL color Cylindrical-coordinate representation of color #DFB0F2: hue angle of 282.73º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB0F2 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 176 | 242 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.05 |
| HSL | 282.73º | 0.72% | 0.82% | - |
| HSV(B) | 282.73º | 0.27% | 0.95% | - |
| XYZ | 61.98 | 53.15 | 91 | - |
| YUV | 197.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 242 | 0.08 | 0.27 | 0 | 0.05 | 282.73 | 0.72 | 0.82 |
| Hex | DF | B0 | F2 | 8 | 1B | 0 | 5 | 11B | 48 | 52 |
| Octal | 337 | 260 | 362 | 10 | 33 | 0 | 5 | 433 | 110 | 122 |
| Binary | 11011111 | 10110000 | 11110010 | 1000 | 11011 | 0 | 101 | 100011011 | 1001000 | 1010010 |
Color Harmonies of #DFB0F2
Complementary color
Monochromatic Colors of #DFB0F2
Black with #DFB0F2
Text Example
Text Example
White with #DFB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0F2; }
p { color: rgb(223,176,242); }
H1.HeaderClassName
{
color: #DFB0F2;
}
.AnyTagClassName
{
color: #DFB0F2;
}
</style>
background-color css
<style>
a { background-color: #DFB0F2; }
a { background-color: rgb(223,176,242); }
div.DivClassName
{
background-color: #DFB0F2;
}
.BgClassName
{
background-color: #DFB0F2;
}
</style>
border-color css
<style>
span { border-color: #DFB0F2; }
span { border-color: rgb(223,176,242); }
td.TdClassName
{
border-color: #DFB0F2;
}
.TagClassName
{
border-color: #DFB0F2;
}
</style>