Shades of Mauve #DFB9ED
Tints of Mauve #DFB9ED
RGB
CMYK
RGB Variations
Color information
#DFB9ED (or 0xDFB9ED) is known color: Mauve. HEX triplet: DF, B9 and ED. RGB value is (223,185,237). Sum of RGB (Red+Green+Blue) = 223+185+237=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9ED is #204612. Grayscale: #CACACA. Windows color (decimal): -2115091 or 15579615. OLE color: 15579615.
HSL color Cylindrical-coordinate representation of color #DFB9ED: hue angle of 283.85º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB9ED is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 185 | 237 | - |
CMYK | 0.06 | 0.22 | 0 | 0.07 |
HSL | 283.85º | 0.59% | 0.83% | - |
HSV(B) | 283.85º | 0.22% | 0.93% | - |
XYZ | 63.07 | 56.5 | 87.7 | - |
YUV | 202.29 | 147.59 | 142.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 185 | 237 | 0.06 | 0.22 | 0 | 0.07 | 283.85 | 0.59 | 0.83 |
Hex | DF | B9 | ED | 6 | 16 | 0 | 7 | 11C | 3B | 53 |
Octal | 337 | 271 | 355 | 6 | 26 | 0 | 7 | 434 | 73 | 123 |
Binary | 11011111 | 10111001 | 11101101 | 110 | 10110 | 0 | 111 | 100011100 | 111011 | 1010011 |
Color Harmonies of #DFB9ED
Complementary color
Monochromatic Colors of #DFB9ED
Black with #DFB9ED
Text Example
Text Example
White with #DFB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9ED; }
p { color: rgb(223,185,237); }
H1.HeaderClassName
{
color: #DFB9ED;
}
.AnyTagClassName
{
color: #DFB9ED;
}
</style>
background-color css
<style>
a { background-color: #DFB9ED; }
a { background-color: rgb(223,185,237); }
div.DivClassName
{
background-color: #DFB9ED;
}
.BgClassName
{
background-color: #DFB9ED;
}
</style>
border-color css
<style>
span { border-color: #DFB9ED; }
span { border-color: rgb(223,185,237); }
td.TdClassName
{
border-color: #DFB9ED;
}
.TagClassName
{
border-color: #DFB9ED;
}
</style>