Shades of Mauve #DFBDFD
Tints of Mauve #DFBDFD
RGB
CMYK
RGB Variations
Color information
#DFBDFD (or 0xDFBDFD) is known color: Mauve. HEX triplet: DF, BD and FD. RGB value is (223,189,253). Sum of RGB (Red+Green+Blue) = 223+189+253=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFD is #204202. Grayscale: #CECECE. Windows color (decimal): -2114051 or 16629215. OLE color: 16629215.
HSL color Cylindrical-coordinate representation of color #DFBDFD: hue angle of 271.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBDFD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 189 | 253 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.01 |
| HSL | 271.88º | 0.94% | 0.87% | - |
| HSV(B) | 271.88º | 0.25% | 0.99% | - |
| XYZ | 66.36 | 59.18 | 100.85 | - |
| YUV | 206.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 253 | 0.12 | 0.25 | 0 | 0.01 | 271.88 | 0.94 | 0.87 |
| Hex | DF | BD | FD | C | 19 | 0 | 1 | 110 | 5E | 57 |
| Octal | 337 | 275 | 375 | 14 | 31 | 0 | 1 | 420 | 136 | 127 |
| Binary | 11011111 | 10111101 | 11111101 | 1100 | 11001 | 0 | 1 | 100010000 | 1011110 | 1010111 |
Color Harmonies of #DFBDFD
Complementary color
Monochromatic Colors of #DFBDFD
Black with #DFBDFD
Text Example
Text Example
White with #DFBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDFD; }
p { color: rgb(223,189,253); }
H1.HeaderClassName
{
color: #DFBDFD;
}
.AnyTagClassName
{
color: #DFBDFD;
}
</style>
background-color css
<style>
a { background-color: #DFBDFD; }
a { background-color: rgb(223,189,253); }
div.DivClassName
{
background-color: #DFBDFD;
}
.BgClassName
{
background-color: #DFBDFD;
}
</style>
border-color css
<style>
span { border-color: #DFBDFD; }
span { border-color: rgb(223,189,253); }
td.TdClassName
{
border-color: #DFBDFD;
}
.TagClassName
{
border-color: #DFBDFD;
}
</style>