Shades of Mauve #DFC0F2
Tints of Mauve #DFC0F2
RGB
CMYK
RGB Variations
Color information
#DFC0F2 (or 0xDFC0F2) is known color: Mauve. HEX triplet: DF, C0 and F2. RGB value is (223,192,242). Sum of RGB (Red+Green+Blue) = 223+192+242=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0F2 is #203F0D. Grayscale: #CECECE. Windows color (decimal): -2113294 or 15909087. OLE color: 15909087.
HSL color Cylindrical-coordinate representation of color #DFC0F2: hue angle of 277.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC0F2 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 192 | 242 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 277.2º | 0.66% | 0.85% | - |
| HSV(B) | 277.2º | 0.21% | 0.95% | - |
| XYZ | 65.31 | 59.8 | 92.1 | - |
| YUV | 206.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 242 | 0.08 | 0.21 | 0 | 0.05 | 277.2 | 0.66 | 0.85 |
| Hex | DF | C0 | F2 | 8 | 15 | 0 | 5 | 115 | 42 | 55 |
| Octal | 337 | 300 | 362 | 10 | 25 | 0 | 5 | 425 | 102 | 125 |
| Binary | 11011111 | 11000000 | 11110010 | 1000 | 10101 | 0 | 101 | 100010101 | 1000010 | 1010101 |
Color Harmonies of #DFC0F2
Complementary color
Monochromatic Colors of #DFC0F2
Black with #DFC0F2
Text Example
Text Example
White with #DFC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0F2; }
p { color: rgb(223,192,242); }
H1.HeaderClassName
{
color: #DFC0F2;
}
.AnyTagClassName
{
color: #DFC0F2;
}
</style>
background-color css
<style>
a { background-color: #DFC0F2; }
a { background-color: rgb(223,192,242); }
div.DivClassName
{
background-color: #DFC0F2;
}
.BgClassName
{
background-color: #DFC0F2;
}
</style>
border-color css
<style>
span { border-color: #DFC0F2; }
span { border-color: rgb(223,192,242); }
td.TdClassName
{
border-color: #DFC0F2;
}
.TagClassName
{
border-color: #DFC0F2;
}
</style>