Shades of Mauve #DCAFED
Tints of Mauve #DCAFED
RGB
CMYK
RGB Variations
Color information
#DCAFED (or 0xDCAFED) is known color: Mauve. HEX triplet: DC, AF and ED. RGB value is (220,175,237). Sum of RGB (Red+Green+Blue) = 220+175+237=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCAFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFED is #235012. Grayscale: #C3C3C3. Windows color (decimal): -2314259 or 15577052. OLE color: 15577052.
HSL color Cylindrical-coordinate representation of color #DCAFED: hue angle of 283.55º degrees, saturation: 0.63, 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 #DCAFED is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 175 | 237 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.07 |
| HSL | 283.55º | 0.63% | 0.81% | - |
| HSV(B) | 283.55º | 0.26% | 0.93% | - |
| XYZ | 60.13 | 51.99 | 86.99 | - |
| YUV | 195.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 237 | 0.07 | 0.26 | 0 | 0.07 | 283.55 | 0.63 | 0.81 |
| Hex | DC | AF | ED | 7 | 1A | 0 | 7 | 11C | 3F | 51 |
| Octal | 334 | 257 | 355 | 7 | 32 | 0 | 7 | 434 | 77 | 121 |
| Binary | 11011100 | 10101111 | 11101101 | 111 | 11010 | 0 | 111 | 100011100 | 111111 | 1010001 |
Color Harmonies of #DCAFED
Complementary color
Monochromatic Colors of #DCAFED
Black with #DCAFED
Text Example
Text Example
White with #DCAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFED; }
p { color: rgb(220,175,237); }
H1.HeaderClassName
{
color: #DCAFED;
}
.AnyTagClassName
{
color: #DCAFED;
}
</style>
background-color css
<style>
a { background-color: #DCAFED; }
a { background-color: rgb(220,175,237); }
div.DivClassName
{
background-color: #DCAFED;
}
.BgClassName
{
background-color: #DCAFED;
}
</style>
border-color css
<style>
span { border-color: #DCAFED; }
span { border-color: rgb(220,175,237); }
td.TdClassName
{
border-color: #DCAFED;
}
.TagClassName
{
border-color: #DCAFED;
}
</style>