Shades of Mauve #DFBDF2
Tints of Mauve #DFBDF2
RGB
CMYK
RGB Variations
Color information
#DFBDF2 (or 0xDFBDF2) is known color: Mauve. HEX triplet: DF, BD and F2. RGB value is (223,189,242). Sum of RGB (Red+Green+Blue) = 223+189+242=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF2 is #20420D. Grayscale: #CDCDCD. Windows color (decimal): -2114062 or 15908319. OLE color: 15908319.
HSL color Cylindrical-coordinate representation of color #DFBDF2: hue angle of 278.49º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBDF2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 189 | 242 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.05 |
| HSL | 278.49º | 0.67% | 0.85% | - |
| HSV(B) | 278.49º | 0.22% | 0.95% | - |
| XYZ | 64.66 | 58.49 | 91.89 | - |
| YUV | 205.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 242 | 0.08 | 0.22 | 0 | 0.05 | 278.49 | 0.67 | 0.85 |
| Hex | DF | BD | F2 | 8 | 16 | 0 | 5 | 116 | 43 | 55 |
| Octal | 337 | 275 | 362 | 10 | 26 | 0 | 5 | 426 | 103 | 125 |
| Binary | 11011111 | 10111101 | 11110010 | 1000 | 10110 | 0 | 101 | 100010110 | 1000011 | 1010101 |
Color Harmonies of #DFBDF2
Complementary color
Monochromatic Colors of #DFBDF2
Black with #DFBDF2
Text Example
Text Example
White with #DFBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDF2; }
p { color: rgb(223,189,242); }
H1.HeaderClassName
{
color: #DFBDF2;
}
.AnyTagClassName
{
color: #DFBDF2;
}
</style>
background-color css
<style>
a { background-color: #DFBDF2; }
a { background-color: rgb(223,189,242); }
div.DivClassName
{
background-color: #DFBDF2;
}
.BgClassName
{
background-color: #DFBDF2;
}
</style>
border-color css
<style>
span { border-color: #DFBDF2; }
span { border-color: rgb(223,189,242); }
td.TdClassName
{
border-color: #DFBDF2;
}
.TagClassName
{
border-color: #DFBDF2;
}
</style>