Shades of Mauve #DFB5F3
Tints of Mauve #DFB5F3
RGB
CMYK
RGB Variations
Color information
#DFB5F3 (or 0xDFB5F3) is known color: Mauve. HEX triplet: DF, B5 and F3. RGB value is (223,181,243). Sum of RGB (Red+Green+Blue) = 223+181+243=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 181 (71.09% from 255 or 27.98% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFB5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5F3 is #204A0C. Grayscale: #C8C8C8. Windows color (decimal): -2116109 or 15971807. OLE color: 15971807.
HSL color Cylindrical-coordinate representation of color #DFB5F3: hue angle of 280.65º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB5F3 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 181 | 243 | - |
CMYK | 0.08 | 0.26 | 0 | 0.05 |
HSL | 280.65º | 0.72% | 0.83% | - |
HSV(B) | 280.65º | 0.26% | 0.95% | - |
XYZ | 63.13 | 55.21 | 92.12 | - |
YUV | 200.63 | 151.91 | 143.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 243 | 0.08 | 0.26 | 0 | 0.05 | 280.65 | 0.72 | 0.83 |
Hex | DF | B5 | F3 | 8 | 1A | 0 | 5 | 119 | 48 | 53 |
Octal | 337 | 265 | 363 | 10 | 32 | 0 | 5 | 431 | 110 | 123 |
Binary | 11011111 | 10110101 | 11110011 | 1000 | 11010 | 0 | 101 | 100011001 | 1001000 | 1010011 |
Color Harmonies of #DFB5F3
Complementary color
Monochromatic Colors of #DFB5F3
Black with #DFB5F3
Text Example
Text Example
White with #DFB5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5F3; }
p { color: rgb(223,181,243); }
H1.HeaderClassName
{
color: #DFB5F3;
}
.AnyTagClassName
{
color: #DFB5F3;
}
</style>
background-color css
<style>
a { background-color: #DFB5F3; }
a { background-color: rgb(223,181,243); }
div.DivClassName
{
background-color: #DFB5F3;
}
.BgClassName
{
background-color: #DFB5F3;
}
</style>
border-color css
<style>
span { border-color: #DFB5F3; }
span { border-color: rgb(223,181,243); }
td.TdClassName
{
border-color: #DFB5F3;
}
.TagClassName
{
border-color: #DFB5F3;
}
</style>