Shades of Mauve #DFC1FE
Tints of Mauve #DFC1FE
RGB
CMYK
RGB Variations
Color information
#DFC1FE (or 0xDFC1FE) is known color: Mauve. HEX triplet: DF, C1 and FE. RGB value is (223,193,254). Sum of RGB (Red+Green+Blue) = 223+193+254=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1FE is #203E01. Grayscale: #D0D0D0. Windows color (decimal): -2113026 or 16695775. OLE color: 16695775.
HSL color Cylindrical-coordinate representation of color #DFC1FE: hue angle of 269.51º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC1FE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 193 | 254 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.00 |
| HSL | 269.51º | 0.97% | 0.88% | - |
| HSV(B) | 269.51º | 0.24% | 1% | - |
| XYZ | 67.39 | 60.98 | 101.99 | - |
| YUV | 208.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 254 | 0.12 | 0.24 | 0 | 0.00 | 269.51 | 0.97 | 0.88 |
| Hex | DF | C1 | FE | C | 18 | 0 | 0 | 10E | 61 | 58 |
| Octal | 337 | 301 | 376 | 14 | 30 | 0 | 0 | 416 | 141 | 130 |
| Binary | 11011111 | 11000001 | 11111110 | 1100 | 11000 | 0 | 0 | 100001110 | 1100001 | 1011000 |
Color Harmonies of #DFC1FE
Complementary color
Monochromatic Colors of #DFC1FE
Black with #DFC1FE
Text Example
Text Example
White with #DFC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1FE; }
p { color: rgb(223,193,254); }
H1.HeaderClassName
{
color: #DFC1FE;
}
.AnyTagClassName
{
color: #DFC1FE;
}
</style>
background-color css
<style>
a { background-color: #DFC1FE; }
a { background-color: rgb(223,193,254); }
div.DivClassName
{
background-color: #DFC1FE;
}
.BgClassName
{
background-color: #DFC1FE;
}
</style>
border-color css
<style>
span { border-color: #DFC1FE; }
span { border-color: rgb(223,193,254); }
td.TdClassName
{
border-color: #DFC1FE;
}
.TagClassName
{
border-color: #DFC1FE;
}
</style>