Shades of Mauve #DFBCFE
Tints of Mauve #DFBCFE
RGB
CMYK
RGB Variations
Color information
#DFBCFE (or 0xDFBCFE) is known color: Mauve. HEX triplet: DF, BC and FE. RGB value is (223,188,254). Sum of RGB (Red+Green+Blue) = 223+188+254=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFE is #204301. Grayscale: #CDCDCD. Windows color (decimal): -2114306 or 16694495. OLE color: 16694495.
HSL color Cylindrical-coordinate representation of color #DFBCFE: hue angle of 271.82º 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 #DFBCFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 188 | 254 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.00 |
| HSL | 271.82º | 0.97% | 0.87% | - |
| HSV(B) | 271.82º | 0.26% | 1% | - |
| XYZ | 66.3 | 58.81 | 101.62 | - |
| YUV | 205.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 254 | 0.12 | 0.26 | 0 | 0.00 | 271.82 | 0.97 | 0.87 |
| Hex | DF | BC | FE | C | 1A | 0 | 0 | 110 | 61 | 57 |
| Octal | 337 | 274 | 376 | 14 | 32 | 0 | 0 | 420 | 141 | 127 |
| Binary | 11011111 | 10111100 | 11111110 | 1100 | 11010 | 0 | 0 | 100010000 | 1100001 | 1010111 |
Color Harmonies of #DFBCFE
Complementary color
Monochromatic Colors of #DFBCFE
Black with #DFBCFE
Text Example
Text Example
White with #DFBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCFE; }
p { color: rgb(223,188,254); }
H1.HeaderClassName
{
color: #DFBCFE;
}
.AnyTagClassName
{
color: #DFBCFE;
}
</style>
background-color css
<style>
a { background-color: #DFBCFE; }
a { background-color: rgb(223,188,254); }
div.DivClassName
{
background-color: #DFBCFE;
}
.BgClassName
{
background-color: #DFBCFE;
}
</style>
border-color css
<style>
span { border-color: #DFBCFE; }
span { border-color: rgb(223,188,254); }
td.TdClassName
{
border-color: #DFBCFE;
}
.TagClassName
{
border-color: #DFBCFE;
}
</style>