Shades of Mauve #DFC2FD
Tints of Mauve #DFC2FD
RGB
CMYK
RGB Variations
Color information
#DFC2FD (or 0xDFC2FD) is known color: Mauve. HEX triplet: DF, C2 and FD. RGB value is (223,194,253). Sum of RGB (Red+Green+Blue) = 223+194+253=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2FD is #203D02. Grayscale: #D1D1D1. Windows color (decimal): -2112771 or 16630495. OLE color: 16630495.
HSL color Cylindrical-coordinate representation of color #DFC2FD: hue angle of 269.49º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC2FD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 194 | 253 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.01 |
| HSL | 269.49º | 0.94% | 0.88% | - |
| HSV(B) | 269.49º | 0.23% | 0.99% | - |
| XYZ | 67.45 | 61.36 | 101.22 | - |
| YUV | 209.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 253 | 0.12 | 0.23 | 0 | 0.01 | 269.49 | 0.94 | 0.88 |
| Hex | DF | C2 | FD | C | 17 | 0 | 1 | 10D | 5E | 58 |
| Octal | 337 | 302 | 375 | 14 | 27 | 0 | 1 | 415 | 136 | 130 |
| Binary | 11011111 | 11000010 | 11111101 | 1100 | 10111 | 0 | 1 | 100001101 | 1011110 | 1011000 |
Color Harmonies of #DFC2FD
Complementary color
Monochromatic Colors of #DFC2FD
Black with #DFC2FD
Text Example
Text Example
White with #DFC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2FD; }
p { color: rgb(223,194,253); }
H1.HeaderClassName
{
color: #DFC2FD;
}
.AnyTagClassName
{
color: #DFC2FD;
}
</style>
background-color css
<style>
a { background-color: #DFC2FD; }
a { background-color: rgb(223,194,253); }
div.DivClassName
{
background-color: #DFC2FD;
}
.BgClassName
{
background-color: #DFC2FD;
}
</style>
border-color css
<style>
span { border-color: #DFC2FD; }
span { border-color: rgb(223,194,253); }
td.TdClassName
{
border-color: #DFC2FD;
}
.TagClassName
{
border-color: #DFC2FD;
}
</style>