Shades of Mauve #DFBDF1
Tints of Mauve #DFBDF1
RGB
CMYK
RGB Variations
Color information
#DFBDF1 (or 0xDFBDF1) is known color: Mauve. HEX triplet: DF, BD and F1. RGB value is (223,189,241). Sum of RGB (Red+Green+Blue) = 223+189+241=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFBDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF1 is #20420E. Grayscale: #CCCCCC. Windows color (decimal): -2114063 or 15842783. OLE color: 15842783.
HSL color Cylindrical-coordinate representation of color #DFBDF1: hue angle of 279.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBDF1 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 189 | 241 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.05 |
| HSL | 279.23º | 0.65% | 0.84% | - |
| HSV(B) | 279.23º | 0.22% | 0.95% | - |
| XYZ | 64.51 | 58.43 | 91.1 | - |
| YUV | 205.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 241 | 0.07 | 0.22 | 0 | 0.05 | 279.23 | 0.65 | 0.84 |
| Hex | DF | BD | F1 | 7 | 16 | 0 | 5 | 117 | 41 | 54 |
| Octal | 337 | 275 | 361 | 7 | 26 | 0 | 5 | 427 | 101 | 124 |
| Binary | 11011111 | 10111101 | 11110001 | 111 | 10110 | 0 | 101 | 100010111 | 1000001 | 1010100 |
Color Harmonies of #DFBDF1
Complementary color
Monochromatic Colors of #DFBDF1
Black with #DFBDF1
Text Example
Text Example
White with #DFBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDF1; }
p { color: rgb(223,189,241); }
H1.HeaderClassName
{
color: #DFBDF1;
}
.AnyTagClassName
{
color: #DFBDF1;
}
</style>
background-color css
<style>
a { background-color: #DFBDF1; }
a { background-color: rgb(223,189,241); }
div.DivClassName
{
background-color: #DFBDF1;
}
.BgClassName
{
background-color: #DFBDF1;
}
</style>
border-color css
<style>
span { border-color: #DFBDF1; }
span { border-color: rgb(223,189,241); }
td.TdClassName
{
border-color: #DFBDF1;
}
.TagClassName
{
border-color: #DFBDF1;
}
</style>