Shades of Mauve #DFC1FD
Tints of Mauve #DFC1FD
RGB
CMYK
RGB Variations
Color information
#DFC1FD (or 0xDFC1FD) is known color: Mauve. HEX triplet: DF, C1 and FD. RGB value is (223,193,253). Sum of RGB (Red+Green+Blue) = 223+193+253=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1FD is #203E02. Grayscale: #D0D0D0. Windows color (decimal): -2113027 or 16630239. OLE color: 16630239.
HSL color Cylindrical-coordinate representation of color #DFC1FD: hue angle of 270º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC1FD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 193 | 253 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.01 |
| HSL | 270º | 0.94% | 0.87% | - |
| HSV(B) | 270º | 0.24% | 0.99% | - |
| XYZ | 67.23 | 60.92 | 101.14 | - |
| YUV | 208.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 253 | 0.12 | 0.24 | 0 | 0.01 | 270 | 0.94 | 0.87 |
| Hex | DF | C1 | FD | C | 18 | 0 | 1 | 10E | 5E | 57 |
| Octal | 337 | 301 | 375 | 14 | 30 | 0 | 1 | 416 | 136 | 127 |
| Binary | 11011111 | 11000001 | 11111101 | 1100 | 11000 | 0 | 1 | 100001110 | 1011110 | 1010111 |
Color Harmonies of #DFC1FD
Complementary color
Monochromatic Colors of #DFC1FD
Black with #DFC1FD
Text Example
Text Example
White with #DFC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1FD; }
p { color: rgb(223,193,253); }
H1.HeaderClassName
{
color: #DFC1FD;
}
.AnyTagClassName
{
color: #DFC1FD;
}
</style>
background-color css
<style>
a { background-color: #DFC1FD; }
a { background-color: rgb(223,193,253); }
div.DivClassName
{
background-color: #DFC1FD;
}
.BgClassName
{
background-color: #DFC1FD;
}
</style>
border-color css
<style>
span { border-color: #DFC1FD; }
span { border-color: rgb(223,193,253); }
td.TdClassName
{
border-color: #DFC1FD;
}
.TagClassName
{
border-color: #DFC1FD;
}
</style>