Shades of Mauve #DCAFF0
Tints of Mauve #DCAFF0
RGB
CMYK
RGB Variations
Color information
#DCAFF0 (or 0xDCAFF0) is known color: Mauve. HEX triplet: DC, AF and F0. RGB value is (220,175,240). Sum of RGB (Red+Green+Blue) = 220+175+240=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF0 is #23500F. Grayscale: #C3C3C3. Windows color (decimal): -2314256 or 15773660. OLE color: 15773660.
HSL color Cylindrical-coordinate representation of color #DCAFF0: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCAFF0 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 175 | 240 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.06 |
| HSL | 281.54º | 0.68% | 0.81% | - |
| HSV(B) | 281.54º | 0.27% | 0.94% | - |
| XYZ | 60.57 | 52.17 | 89.31 | - |
| YUV | 195.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 240 | 0.08 | 0.27 | 0 | 0.06 | 281.54 | 0.68 | 0.81 |
| Hex | DC | AF | F0 | 8 | 1B | 0 | 6 | 11A | 44 | 51 |
| Octal | 334 | 257 | 360 | 10 | 33 | 0 | 6 | 432 | 104 | 121 |
| Binary | 11011100 | 10101111 | 11110000 | 1000 | 11011 | 0 | 110 | 100011010 | 1000100 | 1010001 |
Color Harmonies of #DCAFF0
Complementary color
Monochromatic Colors of #DCAFF0
Black with #DCAFF0
Text Example
Text Example
White with #DCAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFF0; }
p { color: rgb(220,175,240); }
H1.HeaderClassName
{
color: #DCAFF0;
}
.AnyTagClassName
{
color: #DCAFF0;
}
</style>
background-color css
<style>
a { background-color: #DCAFF0; }
a { background-color: rgb(220,175,240); }
div.DivClassName
{
background-color: #DCAFF0;
}
.BgClassName
{
background-color: #DCAFF0;
}
</style>
border-color css
<style>
span { border-color: #DCAFF0; }
span { border-color: rgb(220,175,240); }
td.TdClassName
{
border-color: #DCAFF0;
}
.TagClassName
{
border-color: #DCAFF0;
}
</style>