Shades of Mauve #DFB2F2
Tints of Mauve #DFB2F2
RGB
CMYK
RGB Variations
Color information
#DFB2F2 (or 0xDFB2F2) is known color: Mauve. HEX triplet: DF, B2 and F2. RGB value is (223,178,242). Sum of RGB (Red+Green+Blue) = 223+178+242=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFB2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2F2 is #204D0D. Grayscale: #C6C6C6. Windows color (decimal): -2116878 or 15905503. OLE color: 15905503.
HSL color Cylindrical-coordinate representation of color #DFB2F2: hue angle of 282.19º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB2F2 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 178 | 242 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.05 |
| HSL | 282.19º | 0.71% | 0.82% | - |
| HSV(B) | 282.19º | 0.26% | 0.95% | - |
| XYZ | 62.38 | 53.94 | 91.13 | - |
| YUV | 198.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 242 | 0.08 | 0.26 | 0 | 0.05 | 282.19 | 0.71 | 0.82 |
| Hex | DF | B2 | F2 | 8 | 1A | 0 | 5 | 11A | 47 | 52 |
| Octal | 337 | 262 | 362 | 10 | 32 | 0 | 5 | 432 | 107 | 122 |
| Binary | 11011111 | 10110010 | 11110010 | 1000 | 11010 | 0 | 101 | 100011010 | 1000111 | 1010010 |
Color Harmonies of #DFB2F2
Complementary color
Monochromatic Colors of #DFB2F2
Black with #DFB2F2
Text Example
Text Example
White with #DFB2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2F2; }
p { color: rgb(223,178,242); }
H1.HeaderClassName
{
color: #DFB2F2;
}
.AnyTagClassName
{
color: #DFB2F2;
}
</style>
background-color css
<style>
a { background-color: #DFB2F2; }
a { background-color: rgb(223,178,242); }
div.DivClassName
{
background-color: #DFB2F2;
}
.BgClassName
{
background-color: #DFB2F2;
}
</style>
border-color css
<style>
span { border-color: #DFB2F2; }
span { border-color: rgb(223,178,242); }
td.TdClassName
{
border-color: #DFB2F2;
}
.TagClassName
{
border-color: #DFB2F2;
}
</style>