Shades of Mauve #DFC2FC
Tints of Mauve #DFC2FC
RGB
CMYK
RGB Variations
Color information
#DFC2FC (or 0xDFC2FC) is known color: Mauve. HEX triplet: DF, C2 and FC. RGB value is (223,194,252). Sum of RGB (Red+Green+Blue) = 223+194+252=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2FC is #203D03. Grayscale: #D1D1D1. Windows color (decimal): -2112772 or 16564959. OLE color: 16564959.
HSL color Cylindrical-coordinate representation of color #DFC2FC: hue angle of 270º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC2FC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 194 | 252 | - |
CMYK | 0.12 | 0.23 | 0 | 0.01 |
HSL | 270º | 0.91% | 0.87% | - |
HSV(B) | 270º | 0.23% | 0.99% | - |
XYZ | 67.29 | 61.3 | 100.38 | - |
YUV | 209.28 | 152.11 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 194 | 252 | 0.12 | 0.23 | 0 | 0.01 | 270 | 0.91 | 0.87 |
Hex | DF | C2 | FC | C | 17 | 0 | 1 | 10E | 5B | 57 |
Octal | 337 | 302 | 374 | 14 | 27 | 0 | 1 | 416 | 133 | 127 |
Binary | 11011111 | 11000010 | 11111100 | 1100 | 10111 | 0 | 1 | 100001110 | 1011011 | 1010111 |
Color Harmonies of #DFC2FC
Complementary color
Monochromatic Colors of #DFC2FC
Black with #DFC2FC
Text Example
Text Example
White with #DFC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2FC; }
p { color: rgb(223,194,252); }
H1.HeaderClassName
{
color: #DFC2FC;
}
.AnyTagClassName
{
color: #DFC2FC;
}
</style>
background-color css
<style>
a { background-color: #DFC2FC; }
a { background-color: rgb(223,194,252); }
div.DivClassName
{
background-color: #DFC2FC;
}
.BgClassName
{
background-color: #DFC2FC;
}
</style>
border-color css
<style>
span { border-color: #DFC2FC; }
span { border-color: rgb(223,194,252); }
td.TdClassName
{
border-color: #DFC2FC;
}
.TagClassName
{
border-color: #DFC2FC;
}
</style>