Shades of Mauve #DCAEF2
Tints of Mauve #DCAEF2
RGB
CMYK
RGB Variations
Color information
#DCAEF2 (or 0xDCAEF2) is known color: Mauve. HEX triplet: DC, AE and F2. RGB value is (220,174,242). Sum of RGB (Red+Green+Blue) = 220+174+242=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCAEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF2 is #23510D. Grayscale: #C3C3C3. Windows color (decimal): -2314510 or 15904476. OLE color: 15904476.
HSL color Cylindrical-coordinate representation of color #DCAEF2: hue angle of 280.59º 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 #DCAEF2 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 174 | 242 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 280.59º | 0.72% | 0.82% | - |
| HSV(B) | 280.59º | 0.28% | 0.95% | - |
| XYZ | 60.68 | 51.9 | 90.82 | - |
| YUV | 195.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 242 | 0.09 | 0.28 | 0 | 0.05 | 280.59 | 0.72 | 0.82 |
| Hex | DC | AE | F2 | 9 | 1C | 0 | 5 | 119 | 48 | 52 |
| Octal | 334 | 256 | 362 | 11 | 34 | 0 | 5 | 431 | 110 | 122 |
| Binary | 11011100 | 10101110 | 11110010 | 1001 | 11100 | 0 | 101 | 100011001 | 1001000 | 1010010 |
Color Harmonies of #DCAEF2
Complementary color
Monochromatic Colors of #DCAEF2
Black with #DCAEF2
Text Example
Text Example
White with #DCAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEF2; }
p { color: rgb(220,174,242); }
H1.HeaderClassName
{
color: #DCAEF2;
}
.AnyTagClassName
{
color: #DCAEF2;
}
</style>
background-color css
<style>
a { background-color: #DCAEF2; }
a { background-color: rgb(220,174,242); }
div.DivClassName
{
background-color: #DCAEF2;
}
.BgClassName
{
background-color: #DCAEF2;
}
</style>
border-color css
<style>
span { border-color: #DCAEF2; }
span { border-color: rgb(220,174,242); }
td.TdClassName
{
border-color: #DCAEF2;
}
.TagClassName
{
border-color: #DCAEF2;
}
</style>