Shades of Mauve #DFBDFE
Tints of Mauve #DFBDFE
RGB
CMYK
RGB Variations
Color information
#DFBDFE (or 0xDFBDFE) is known color: Mauve. HEX triplet: DF, BD and FE. RGB value is (223,189,254). Sum of RGB (Red+Green+Blue) = 223+189+254=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFE is #204201. Grayscale: #CECECE. Windows color (decimal): -2114050 or 16694751. OLE color: 16694751.
HSL color Cylindrical-coordinate representation of color #DFBDFE: hue angle of 271.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBDFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 189 | 254 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.00 |
| HSL | 271.38º | 0.97% | 0.87% | - |
| HSV(B) | 271.38º | 0.26% | 1% | - |
| XYZ | 66.52 | 59.24 | 101.69 | - |
| YUV | 206.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 254 | 0.12 | 0.26 | 0 | 0.00 | 271.38 | 0.97 | 0.87 |
| Hex | DF | BD | FE | C | 1A | 0 | 0 | 10F | 61 | 57 |
| Octal | 337 | 275 | 376 | 14 | 32 | 0 | 0 | 417 | 141 | 127 |
| Binary | 11011111 | 10111101 | 11111110 | 1100 | 11010 | 0 | 0 | 100001111 | 1100001 | 1010111 |
Color Harmonies of #DFBDFE
Complementary color
Monochromatic Colors of #DFBDFE
Black with #DFBDFE
Text Example
Text Example
White with #DFBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDFE; }
p { color: rgb(223,189,254); }
H1.HeaderClassName
{
color: #DFBDFE;
}
.AnyTagClassName
{
color: #DFBDFE;
}
</style>
background-color css
<style>
a { background-color: #DFBDFE; }
a { background-color: rgb(223,189,254); }
div.DivClassName
{
background-color: #DFBDFE;
}
.BgClassName
{
background-color: #DFBDFE;
}
</style>
border-color css
<style>
span { border-color: #DFBDFE; }
span { border-color: rgb(223,189,254); }
td.TdClassName
{
border-color: #DFBDFE;
}
.TagClassName
{
border-color: #DFBDFE;
}
</style>