Shades of Mauve #DCAFFC
Tints of Mauve #DCAFFC
RGB
CMYK
RGB Variations
Color information
#DCAFFC (or 0xDCAFFC) is known color: Mauve. HEX triplet: DC, AF and FC. RGB value is (220,175,252). Sum of RGB (Red+Green+Blue) = 220+175+252=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFFC is #235003. Grayscale: #C4C4C4. Windows color (decimal): -2314244 or 16560092. OLE color: 16560092.
HSL color Cylindrical-coordinate representation of color #DCAFFC: hue angle of 275.06º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAFFC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 175 | 252 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.01 |
| HSL | 275.06º | 0.93% | 0.84% | - |
| HSV(B) | 275.06º | 0.31% | 0.99% | - |
| XYZ | 62.42 | 52.9 | 99.02 | - |
| YUV | 197.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 252 | 0.13 | 0.31 | 0 | 0.01 | 275.06 | 0.93 | 0.84 |
| Hex | DC | AF | FC | D | 1F | 0 | 1 | 113 | 5D | 54 |
| Octal | 334 | 257 | 374 | 15 | 37 | 0 | 1 | 423 | 135 | 124 |
| Binary | 11011100 | 10101111 | 11111100 | 1101 | 11111 | 0 | 1 | 100010011 | 1011101 | 1010100 |
Color Harmonies of #DCAFFC
Complementary color
Monochromatic Colors of #DCAFFC
Black with #DCAFFC
Text Example
Text Example
White with #DCAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFFC; }
p { color: rgb(220,175,252); }
H1.HeaderClassName
{
color: #DCAFFC;
}
.AnyTagClassName
{
color: #DCAFFC;
}
</style>
background-color css
<style>
a { background-color: #DCAFFC; }
a { background-color: rgb(220,175,252); }
div.DivClassName
{
background-color: #DCAFFC;
}
.BgClassName
{
background-color: #DCAFFC;
}
</style>
border-color css
<style>
span { border-color: #DCAFFC; }
span { border-color: rgb(220,175,252); }
td.TdClassName
{
border-color: #DCAFFC;
}
.TagClassName
{
border-color: #DCAFFC;
}
</style>