Shades of Mauve #DCAFF1
Tints of Mauve #DCAFF1
RGB
CMYK
RGB Variations
Color information
#DCAFF1 (or 0xDCAFF1) is known color: Mauve. HEX triplet: DC, AF and F1. RGB value is (220,175,241). Sum of RGB (Red+Green+Blue) = 220+175+241=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF1 is #23500E. Grayscale: #C3C3C3. Windows color (decimal): -2314255 or 15839196. OLE color: 15839196.
HSL color Cylindrical-coordinate representation of color #DCAFF1: hue angle of 280.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCAFF1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 175 | 241 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.05 |
| HSL | 280.91º | 0.7% | 0.82% | - |
| HSV(B) | 280.91º | 0.27% | 0.95% | - |
| XYZ | 60.72 | 52.23 | 90.1 | - |
| YUV | 195.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 241 | 0.09 | 0.27 | 0 | 0.05 | 280.91 | 0.7 | 0.82 |
| Hex | DC | AF | F1 | 9 | 1B | 0 | 5 | 119 | 46 | 52 |
| Octal | 334 | 257 | 361 | 11 | 33 | 0 | 5 | 431 | 106 | 122 |
| Binary | 11011100 | 10101111 | 11110001 | 1001 | 11011 | 0 | 101 | 100011001 | 1000110 | 1010010 |
Color Harmonies of #DCAFF1
Complementary color
Monochromatic Colors of #DCAFF1
Black with #DCAFF1
Text Example
Text Example
White with #DCAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFF1; }
p { color: rgb(220,175,241); }
H1.HeaderClassName
{
color: #DCAFF1;
}
.AnyTagClassName
{
color: #DCAFF1;
}
</style>
background-color css
<style>
a { background-color: #DCAFF1; }
a { background-color: rgb(220,175,241); }
div.DivClassName
{
background-color: #DCAFF1;
}
.BgClassName
{
background-color: #DCAFF1;
}
</style>
border-color css
<style>
span { border-color: #DCAFF1; }
span { border-color: rgb(220,175,241); }
td.TdClassName
{
border-color: #DCAFF1;
}
.TagClassName
{
border-color: #DCAFF1;
}
</style>