Shades of Mauve #DCAFFE
Tints of Mauve #DCAFFE
RGB
CMYK
RGB Variations
Color information
#DCAFFE (or 0xDCAFFE) is known color: Mauve. HEX triplet: DC, AF and FE. RGB value is (220,175,254). Sum of RGB (Red+Green+Blue) = 220+175+254=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFFE is #235001. Grayscale: #C5C5C5. Windows color (decimal): -2314242 or 16691164. OLE color: 16691164.
HSL color Cylindrical-coordinate representation of color #DCAFFE: hue angle of 274.18º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAFFE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 175 | 254 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.00 |
| HSL | 274.18º | 0.98% | 0.84% | - |
| HSV(B) | 274.18º | 0.31% | 1% | - |
| XYZ | 62.73 | 53.03 | 100.7 | - |
| YUV | 197.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 254 | 0.13 | 0.31 | 0 | 0.00 | 274.18 | 0.98 | 0.84 |
| Hex | DC | AF | FE | D | 1F | 0 | 0 | 112 | 62 | 54 |
| Octal | 334 | 257 | 376 | 15 | 37 | 0 | 0 | 422 | 142 | 124 |
| Binary | 11011100 | 10101111 | 11111110 | 1101 | 11111 | 0 | 0 | 100010010 | 1100010 | 1010100 |
Color Harmonies of #DCAFFE
Complementary color
Monochromatic Colors of #DCAFFE
Black with #DCAFFE
Text Example
Text Example
White with #DCAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFFE; }
p { color: rgb(220,175,254); }
H1.HeaderClassName
{
color: #DCAFFE;
}
.AnyTagClassName
{
color: #DCAFFE;
}
</style>
background-color css
<style>
a { background-color: #DCAFFE; }
a { background-color: rgb(220,175,254); }
div.DivClassName
{
background-color: #DCAFFE;
}
.BgClassName
{
background-color: #DCAFFE;
}
</style>
border-color css
<style>
span { border-color: #DCAFFE; }
span { border-color: rgb(220,175,254); }
td.TdClassName
{
border-color: #DCAFFE;
}
.TagClassName
{
border-color: #DCAFFE;
}
</style>