Shades of Mauve #DFC3FE
Tints of Mauve #DFC3FE
RGB
CMYK
RGB Variations
Color information
#DFC3FE (or 0xDFC3FE) is known color: Mauve. HEX triplet: DF, C3 and FE. RGB value is (223,195,254). Sum of RGB (Red+Green+Blue) = 223+195+254=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3FE is #203C01. Grayscale: #D1D1D1. Windows color (decimal): -2112514 or 16696287. OLE color: 16696287.
HSL color Cylindrical-coordinate representation of color #DFC3FE: hue angle of 268.47º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC3FE is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 195 | 254 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.00 |
| HSL | 268.47º | 0.97% | 0.88% | - |
| HSV(B) | 268.47º | 0.23% | 1% | - |
| XYZ | 67.84 | 61.87 | 102.13 | - |
| YUV | 210.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 254 | 0.12 | 0.23 | 0 | 0.00 | 268.47 | 0.97 | 0.88 |
| Hex | DF | C3 | FE | C | 17 | 0 | 0 | 10C | 61 | 58 |
| Octal | 337 | 303 | 376 | 14 | 27 | 0 | 0 | 414 | 141 | 130 |
| Binary | 11011111 | 11000011 | 11111110 | 1100 | 10111 | 0 | 0 | 100001100 | 1100001 | 1011000 |
Color Harmonies of #DFC3FE
Complementary color
Monochromatic Colors of #DFC3FE
Black with #DFC3FE
Text Example
Text Example
White with #DFC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3FE; }
p { color: rgb(223,195,254); }
H1.HeaderClassName
{
color: #DFC3FE;
}
.AnyTagClassName
{
color: #DFC3FE;
}
</style>
background-color css
<style>
a { background-color: #DFC3FE; }
a { background-color: rgb(223,195,254); }
div.DivClassName
{
background-color: #DFC3FE;
}
.BgClassName
{
background-color: #DFC3FE;
}
</style>
border-color css
<style>
span { border-color: #DFC3FE; }
span { border-color: rgb(223,195,254); }
td.TdClassName
{
border-color: #DFC3FE;
}
.TagClassName
{
border-color: #DFC3FE;
}
</style>