Shades of Mauve #DFBCFF
Tints of Mauve #DFBCFF
RGB
CMYK
RGB Variations
Color information
#DFBCFF (or 0xDFBCFF) is known color: Mauve. HEX triplet: DF, BC and FF. RGB value is (223,188,255). Sum of RGB (Red+Green+Blue) = 223+188+255=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFF is #204300. Grayscale: #CDCDCD. Windows color (decimal): -2114305 or 16760031. OLE color: 16760031.
HSL color Cylindrical-coordinate representation of color #DFBCFF: hue angle of 271.34º 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 #DFBCFF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 188 | 255 | - |
| CMYK | 0.13 | 0.26 | 0 | 0 |
| HSL | 271.34º | 1% | 0.87% | - |
| HSV(B) | 271.34º | 0.26% | 1% | - |
| XYZ | 66.46 | 58.87 | 102.47 | - |
| YUV | 206.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 255 | 0.13 | 0.26 | 0 | 0 | 271.34 | 1 | 0.87 |
| Hex | DF | BC | FF | D | 1A | 0 | 0 | 10F | 64 | 57 |
| Octal | 337 | 274 | 377 | 15 | 32 | 0 | 0 | 417 | 144 | 127 |
| Binary | 11011111 | 10111100 | 11111111 | 1101 | 11010 | 0 | 0 | 100001111 | 1100100 | 1010111 |
Color Harmonies of #DFBCFF
Complementary color
Monochromatic Colors of #DFBCFF
Black with #DFBCFF
Text Example
Text Example
White with #DFBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCFF; }
p { color: rgb(223,188,255); }
H1.HeaderClassName
{
color: #DFBCFF;
}
.AnyTagClassName
{
color: #DFBCFF;
}
</style>
background-color css
<style>
a { background-color: #DFBCFF; }
a { background-color: rgb(223,188,255); }
div.DivClassName
{
background-color: #DFBCFF;
}
.BgClassName
{
background-color: #DFBCFF;
}
</style>
border-color css
<style>
span { border-color: #DFBCFF; }
span { border-color: rgb(223,188,255); }
td.TdClassName
{
border-color: #DFBCFF;
}
.TagClassName
{
border-color: #DFBCFF;
}
</style>