Shades of Mauve #DFBCF2
Tints of Mauve #DFBCF2
RGB
CMYK
RGB Variations
Color information
#DFBCF2 (or 0xDFBCF2) is known color: Mauve. HEX triplet: DF, BC and F2. RGB value is (223,188,242). Sum of RGB (Red+Green+Blue) = 223+188+242=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF2 is #20430D. Grayscale: #CCCCCC. Windows color (decimal): -2114318 or 15908063. OLE color: 15908063.
HSL color Cylindrical-coordinate representation of color #DFBCF2: hue angle of 278.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBCF2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 188 | 242 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.05 |
| HSL | 278.89º | 0.68% | 0.84% | - |
| HSV(B) | 278.89º | 0.22% | 0.95% | - |
| XYZ | 64.44 | 58.07 | 91.82 | - |
| YUV | 204.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 242 | 0.08 | 0.22 | 0 | 0.05 | 278.89 | 0.68 | 0.84 |
| Hex | DF | BC | F2 | 8 | 16 | 0 | 5 | 117 | 44 | 54 |
| Octal | 337 | 274 | 362 | 10 | 26 | 0 | 5 | 427 | 104 | 124 |
| Binary | 11011111 | 10111100 | 11110010 | 1000 | 10110 | 0 | 101 | 100010111 | 1000100 | 1010100 |
Color Harmonies of #DFBCF2
Complementary color
Monochromatic Colors of #DFBCF2
Black with #DFBCF2
Text Example
Text Example
White with #DFBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCF2; }
p { color: rgb(223,188,242); }
H1.HeaderClassName
{
color: #DFBCF2;
}
.AnyTagClassName
{
color: #DFBCF2;
}
</style>
background-color css
<style>
a { background-color: #DFBCF2; }
a { background-color: rgb(223,188,242); }
div.DivClassName
{
background-color: #DFBCF2;
}
.BgClassName
{
background-color: #DFBCF2;
}
</style>
border-color css
<style>
span { border-color: #DFBCF2; }
span { border-color: rgb(223,188,242); }
td.TdClassName
{
border-color: #DFBCF2;
}
.TagClassName
{
border-color: #DFBCF2;
}
</style>