Shades of Mauve #DFBDF0
Tints of Mauve #DFBDF0
RGB
CMYK
RGB Variations
Color information
#DFBDF0 (or 0xDFBDF0) is known color: Mauve. HEX triplet: DF, BD and F0. RGB value is (223,189,240). Sum of RGB (Red+Green+Blue) = 223+189+240=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF0 is #20420F. Grayscale: #CCCCCC. Windows color (decimal): -2114064 or 15777247. OLE color: 15777247.
HSL color Cylindrical-coordinate representation of color #DFBDF0: hue angle of 280º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBDF0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 189 | 240 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.06 |
| HSL | 280º | 0.63% | 0.84% | - |
| HSV(B) | 280º | 0.21% | 0.94% | - |
| XYZ | 64.36 | 58.37 | 90.31 | - |
| YUV | 204.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 240 | 0.07 | 0.21 | 0 | 0.06 | 280 | 0.63 | 0.84 |
| Hex | DF | BD | F0 | 7 | 15 | 0 | 6 | 118 | 3F | 54 |
| Octal | 337 | 275 | 360 | 7 | 25 | 0 | 6 | 430 | 77 | 124 |
| Binary | 11011111 | 10111101 | 11110000 | 111 | 10101 | 0 | 110 | 100011000 | 111111 | 1010100 |
Color Harmonies of #DFBDF0
Complementary color
Monochromatic Colors of #DFBDF0
Black with #DFBDF0
Text Example
Text Example
White with #DFBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDF0; }
p { color: rgb(223,189,240); }
H1.HeaderClassName
{
color: #DFBDF0;
}
.AnyTagClassName
{
color: #DFBDF0;
}
</style>
background-color css
<style>
a { background-color: #DFBDF0; }
a { background-color: rgb(223,189,240); }
div.DivClassName
{
background-color: #DFBDF0;
}
.BgClassName
{
background-color: #DFBDF0;
}
</style>
border-color css
<style>
span { border-color: #DFBDF0; }
span { border-color: rgb(223,189,240); }
td.TdClassName
{
border-color: #DFBDF0;
}
.TagClassName
{
border-color: #DFBDF0;
}
</style>