Shades of Mauve #DFB9F2
Tints of Mauve #DFB9F2
RGB
CMYK
RGB Variations
Color information
#DFB9F2 (or 0xDFB9F2) is known color: Mauve. HEX triplet: DF, B9 and F2. RGB value is (223,185,242). Sum of RGB (Red+Green+Blue) = 223+185+242=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFB9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9F2 is #20460D. Grayscale: #CACACA. Windows color (decimal): -2115086 or 15907295. OLE color: 15907295.
HSL color Cylindrical-coordinate representation of color #DFB9F2: hue angle of 280º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB9F2 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 185 | 242 | - |
CMYK | 0.08 | 0.24 | 0 | 0.05 |
HSL | 280º | 0.69% | 0.84% | - |
HSV(B) | 280º | 0.24% | 0.95% | - |
XYZ | 63.81 | 56.8 | 91.6 | - |
YUV | 202.86 | 150.09 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 185 | 242 | 0.08 | 0.24 | 0 | 0.05 | 280 | 0.69 | 0.84 |
Hex | DF | B9 | F2 | 8 | 18 | 0 | 5 | 118 | 45 | 54 |
Octal | 337 | 271 | 362 | 10 | 30 | 0 | 5 | 430 | 105 | 124 |
Binary | 11011111 | 10111001 | 11110010 | 1000 | 11000 | 0 | 101 | 100011000 | 1000101 | 1010100 |
Color Harmonies of #DFB9F2
Complementary color
Monochromatic Colors of #DFB9F2
Black with #DFB9F2
Text Example
Text Example
White with #DFB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9F2; }
p { color: rgb(223,185,242); }
H1.HeaderClassName
{
color: #DFB9F2;
}
.AnyTagClassName
{
color: #DFB9F2;
}
</style>
background-color css
<style>
a { background-color: #DFB9F2; }
a { background-color: rgb(223,185,242); }
div.DivClassName
{
background-color: #DFB9F2;
}
.BgClassName
{
background-color: #DFB9F2;
}
</style>
border-color css
<style>
span { border-color: #DFB9F2; }
span { border-color: rgb(223,185,242); }
td.TdClassName
{
border-color: #DFB9F2;
}
.TagClassName
{
border-color: #DFB9F2;
}
</style>