Shades of Mauve #DFBDFF
Tints of Mauve #DFBDFF
RGB
CMYK
RGB Variations
Color information
#DFBDFF (or 0xDFBDFF) is known color: Mauve. HEX triplet: DF, BD and FF. RGB value is (223,189,255). Sum of RGB (Red+Green+Blue) = 223+189+255=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFF is #204200. Grayscale: #CECECE. Windows color (decimal): -2114049 or 16760287. OLE color: 16760287.
HSL color Cylindrical-coordinate representation of color #DFBDFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBDFF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 189 | 255 | - |
| CMYK | 0.13 | 0.26 | 0 | 0 |
| HSL | 270.91º | 1% | 0.87% | - |
| HSV(B) | 270.91º | 0.26% | 1% | - |
| XYZ | 66.68 | 59.3 | 102.54 | - |
| YUV | 206.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 255 | 0.13 | 0.26 | 0 | 0 | 270.91 | 1 | 0.87 |
| Hex | DF | BD | FF | D | 1A | 0 | 0 | 10F | 64 | 57 |
| Octal | 337 | 275 | 377 | 15 | 32 | 0 | 0 | 417 | 144 | 127 |
| Binary | 11011111 | 10111101 | 11111111 | 1101 | 11010 | 0 | 0 | 100001111 | 1100100 | 1010111 |
Color Harmonies of #DFBDFF
Complementary color
Monochromatic Colors of #DFBDFF
Black with #DFBDFF
Text Example
Text Example
White with #DFBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDFF; }
p { color: rgb(223,189,255); }
H1.HeaderClassName
{
color: #DFBDFF;
}
.AnyTagClassName
{
color: #DFBDFF;
}
</style>
background-color css
<style>
a { background-color: #DFBDFF; }
a { background-color: rgb(223,189,255); }
div.DivClassName
{
background-color: #DFBDFF;
}
.BgClassName
{
background-color: #DFBDFF;
}
</style>
border-color css
<style>
span { border-color: #DFBDFF; }
span { border-color: rgb(223,189,255); }
td.TdClassName
{
border-color: #DFBDFF;
}
.TagClassName
{
border-color: #DFBDFF;
}
</style>