Shades of Mauve #DFBCEC
Tints of Mauve #DFBCEC
RGB
CMYK
RGB Variations
Color information
#DFBCEC (or 0xDFBCEC) is known color: Mauve. HEX triplet: DF, BC and EC. RGB value is (223,188,236). Sum of RGB (Red+Green+Blue) = 223+188+236=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCEC is #204313. Grayscale: #CBCBCB. Windows color (decimal): -2114324 or 15514847. OLE color: 15514847.
HSL color Cylindrical-coordinate representation of color #DFBCEC: hue angle of 283.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBCEC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 188 | 236 | - |
CMYK | 0.06 | 0.20 | 0 | 0.07 |
HSL | 283.75º | 0.56% | 0.83% | - |
HSV(B) | 283.75º | 0.2% | 0.93% | - |
XYZ | 63.55 | 57.71 | 87.15 | - |
YUV | 203.94 | 146.1 | 141.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 188 | 236 | 0.06 | 0.20 | 0 | 0.07 | 283.75 | 0.56 | 0.83 |
Hex | DF | BC | EC | 6 | 14 | 0 | 7 | 11C | 38 | 53 |
Octal | 337 | 274 | 354 | 6 | 24 | 0 | 7 | 434 | 70 | 123 |
Binary | 11011111 | 10111100 | 11101100 | 110 | 10100 | 0 | 111 | 100011100 | 111000 | 1010011 |
Color Harmonies of #DFBCEC
Complementary color
Monochromatic Colors of #DFBCEC
Black with #DFBCEC
Text Example
Text Example
White with #DFBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCEC; }
p { color: rgb(223,188,236); }
H1.HeaderClassName
{
color: #DFBCEC;
}
.AnyTagClassName
{
color: #DFBCEC;
}
</style>
background-color css
<style>
a { background-color: #DFBCEC; }
a { background-color: rgb(223,188,236); }
div.DivClassName
{
background-color: #DFBCEC;
}
.BgClassName
{
background-color: #DFBCEC;
}
</style>
border-color css
<style>
span { border-color: #DFBCEC; }
span { border-color: rgb(223,188,236); }
td.TdClassName
{
border-color: #DFBCEC;
}
.TagClassName
{
border-color: #DFBCEC;
}
</style>