Shades of Mauve #DFC3FD
Tints of Mauve #DFC3FD
RGB
CMYK
RGB Variations
Color information
#DFC3FD (or 0xDFC3FD) is known color: Mauve. HEX triplet: DF, C3 and FD. RGB value is (223,195,253). Sum of RGB (Red+Green+Blue) = 223+195+253=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3FD is #203C02. Grayscale: #D1D1D1. Windows color (decimal): -2112515 or 16630751. OLE color: 16630751.
HSL color Cylindrical-coordinate representation of color #DFC3FD: hue angle of 268.97º 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 #DFC3FD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 195 | 253 | - |
CMYK | 0.12 | 0.23 | 0 | 0.01 |
HSL | 268.97º | 0.94% | 0.88% | - |
HSV(B) | 268.97º | 0.23% | 0.99% | - |
XYZ | 67.68 | 61.81 | 101.29 | - |
YUV | 209.98 | 152.28 | 137.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 195 | 253 | 0.12 | 0.23 | 0 | 0.01 | 268.97 | 0.94 | 0.88 |
Hex | DF | C3 | FD | C | 17 | 0 | 1 | 10D | 5E | 58 |
Octal | 337 | 303 | 375 | 14 | 27 | 0 | 1 | 415 | 136 | 130 |
Binary | 11011111 | 11000011 | 11111101 | 1100 | 10111 | 0 | 1 | 100001101 | 1011110 | 1011000 |
Color Harmonies of #DFC3FD
Complementary color
Monochromatic Colors of #DFC3FD
Black with #DFC3FD
Text Example
Text Example
White with #DFC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3FD; }
p { color: rgb(223,195,253); }
H1.HeaderClassName
{
color: #DFC3FD;
}
.AnyTagClassName
{
color: #DFC3FD;
}
</style>
background-color css
<style>
a { background-color: #DFC3FD; }
a { background-color: rgb(223,195,253); }
div.DivClassName
{
background-color: #DFC3FD;
}
.BgClassName
{
background-color: #DFC3FD;
}
</style>
border-color css
<style>
span { border-color: #DFC3FD; }
span { border-color: rgb(223,195,253); }
td.TdClassName
{
border-color: #DFC3FD;
}
.TagClassName
{
border-color: #DFC3FD;
}
</style>