Shades of Mauve #DCAFF2
Tints of Mauve #DCAFF2
RGB
CMYK
RGB Variations
Color information
#DCAFF2 (or 0xDCAFF2) is known color: Mauve. HEX triplet: DC, AF and F2. RGB value is (220,175,242). Sum of RGB (Red+Green+Blue) = 220+175+242=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF2 is #23500D. Grayscale: #C3C3C3. Windows color (decimal): -2314254 or 15904732. OLE color: 15904732.
HSL color Cylindrical-coordinate representation of color #DCAFF2: hue angle of 280.3º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAFF2 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 175 | 242 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 280.3º | 0.72% | 0.82% | - |
| HSV(B) | 280.3º | 0.28% | 0.95% | - |
| XYZ | 60.87 | 52.29 | 90.89 | - |
| YUV | 196.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 242 | 0.09 | 0.28 | 0 | 0.05 | 280.3 | 0.72 | 0.82 |
| Hex | DC | AF | F2 | 9 | 1C | 0 | 5 | 118 | 48 | 52 |
| Octal | 334 | 257 | 362 | 11 | 34 | 0 | 5 | 430 | 110 | 122 |
| Binary | 11011100 | 10101111 | 11110010 | 1001 | 11100 | 0 | 101 | 100011000 | 1001000 | 1010010 |
Color Harmonies of #DCAFF2
Complementary color
Monochromatic Colors of #DCAFF2
Black with #DCAFF2
Text Example
Text Example
White with #DCAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFF2; }
p { color: rgb(220,175,242); }
H1.HeaderClassName
{
color: #DCAFF2;
}
.AnyTagClassName
{
color: #DCAFF2;
}
</style>
background-color css
<style>
a { background-color: #DCAFF2; }
a { background-color: rgb(220,175,242); }
div.DivClassName
{
background-color: #DCAFF2;
}
.BgClassName
{
background-color: #DCAFF2;
}
</style>
border-color css
<style>
span { border-color: #DCAFF2; }
span { border-color: rgb(220,175,242); }
td.TdClassName
{
border-color: #DCAFF2;
}
.TagClassName
{
border-color: #DCAFF2;
}
</style>