Shades of Mauve #DCAFF4
Tints of Mauve #DCAFF4
RGB
CMYK
RGB Variations
Color information
#DCAFF4 (or 0xDCAFF4) is known color: Mauve. HEX triplet: DC, AF and F4. RGB value is (220,175,244). Sum of RGB (Red+Green+Blue) = 220+175+244=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF4 is #23500B. Grayscale: #C4C4C4. Windows color (decimal): -2314252 or 16035804. OLE color: 16035804.
HSL color Cylindrical-coordinate representation of color #DCAFF4: hue angle of 279.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAFF4 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 175 | 244 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.04 |
| HSL | 279.13º | 0.76% | 0.82% | - |
| HSV(B) | 279.13º | 0.28% | 0.96% | - |
| XYZ | 61.17 | 52.41 | 92.48 | - |
| YUV | 196.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 244 | 0.10 | 0.28 | 0 | 0.04 | 279.13 | 0.76 | 0.82 |
| Hex | DC | AF | F4 | A | 1C | 0 | 4 | 117 | 4C | 52 |
| Octal | 334 | 257 | 364 | 12 | 34 | 0 | 4 | 427 | 114 | 122 |
| Binary | 11011100 | 10101111 | 11110100 | 1010 | 11100 | 0 | 100 | 100010111 | 1001100 | 1010010 |
Color Harmonies of #DCAFF4
Complementary color
Monochromatic Colors of #DCAFF4
Black with #DCAFF4
Text Example
Text Example
White with #DCAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFF4; }
p { color: rgb(220,175,244); }
H1.HeaderClassName
{
color: #DCAFF4;
}
.AnyTagClassName
{
color: #DCAFF4;
}
</style>
background-color css
<style>
a { background-color: #DCAFF4; }
a { background-color: rgb(220,175,244); }
div.DivClassName
{
background-color: #DCAFF4;
}
.BgClassName
{
background-color: #DCAFF4;
}
</style>
border-color css
<style>
span { border-color: #DCAFF4; }
span { border-color: rgb(220,175,244); }
td.TdClassName
{
border-color: #DCAFF4;
}
.TagClassName
{
border-color: #DCAFF4;
}
</style>