Shades of Mauve #DCAFEC
Tints of Mauve #DCAFEC
RGB
CMYK
RGB Variations
Color information
#DCAFEC (or 0xDCAFEC) is known color: Mauve. HEX triplet: DC, AF and EC. RGB value is (220,175,236). Sum of RGB (Red+Green+Blue) = 220+175+236=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFEC is #235013. Grayscale: #C3C3C3. Windows color (decimal): -2314260 or 15511516. OLE color: 15511516.
HSL color Cylindrical-coordinate representation of color #DCAFEC: hue angle of 284.26º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCAFEC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 175 | 236 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.07 |
| HSL | 284.26º | 0.62% | 0.81% | - |
| HSV(B) | 284.26º | 0.26% | 0.93% | - |
| XYZ | 59.99 | 51.93 | 86.22 | - |
| YUV | 195.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 236 | 0.07 | 0.26 | 0 | 0.07 | 284.26 | 0.62 | 0.81 |
| Hex | DC | AF | EC | 7 | 1A | 0 | 7 | 11C | 3E | 51 |
| Octal | 334 | 257 | 354 | 7 | 32 | 0 | 7 | 434 | 76 | 121 |
| Binary | 11011100 | 10101111 | 11101100 | 111 | 11010 | 0 | 111 | 100011100 | 111110 | 1010001 |
Color Harmonies of #DCAFEC
Complementary color
Monochromatic Colors of #DCAFEC
Black with #DCAFEC
Text Example
Text Example
White with #DCAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFEC; }
p { color: rgb(220,175,236); }
H1.HeaderClassName
{
color: #DCAFEC;
}
.AnyTagClassName
{
color: #DCAFEC;
}
</style>
background-color css
<style>
a { background-color: #DCAFEC; }
a { background-color: rgb(220,175,236); }
div.DivClassName
{
background-color: #DCAFEC;
}
.BgClassName
{
background-color: #DCAFEC;
}
</style>
border-color css
<style>
span { border-color: #DCAFEC; }
span { border-color: rgb(220,175,236); }
td.TdClassName
{
border-color: #DCAFEC;
}
.TagClassName
{
border-color: #DCAFEC;
}
</style>