Shades of Mauve #DCAEFF
Tints of Mauve #DCAEFF
RGB
CMYK
RGB Variations
Color information
#DCAEFF (or 0xDCAEFF) is known color: Mauve. HEX triplet: DC, AE and FF. RGB value is (220,174,255). Sum of RGB (Red+Green+Blue) = 220+174+255=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEFF is #235100. Grayscale: #C4C4C4. Windows color (decimal): -2314497 or 16756444. OLE color: 16756444.
HSL color Cylindrical-coordinate representation of color #DCAEFF: hue angle of 274.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAEFF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 174 | 255 | - |
| CMYK | 0.14 | 0.32 | 0 | 0 |
| HSL | 274.07º | 1% | 0.84% | - |
| HSV(B) | 274.07º | 0.32% | 1% | - |
| XYZ | 62.7 | 52.71 | 101.48 | - |
| YUV | 196.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 255 | 0.14 | 0.32 | 0 | 0 | 274.07 | 1 | 0.84 |
| Hex | DC | AE | FF | E | 20 | 0 | 0 | 112 | 64 | 54 |
| Octal | 334 | 256 | 377 | 16 | 40 | 0 | 0 | 422 | 144 | 124 |
| Binary | 11011100 | 10101110 | 11111111 | 1110 | 100000 | 0 | 0 | 100010010 | 1100100 | 1010100 |
Color Harmonies of #DCAEFF
Complementary color
Monochromatic Colors of #DCAEFF
Black with #DCAEFF
Text Example
Text Example
White with #DCAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEFF; }
p { color: rgb(220,174,255); }
H1.HeaderClassName
{
color: #DCAEFF;
}
.AnyTagClassName
{
color: #DCAEFF;
}
</style>
background-color css
<style>
a { background-color: #DCAEFF; }
a { background-color: rgb(220,174,255); }
div.DivClassName
{
background-color: #DCAEFF;
}
.BgClassName
{
background-color: #DCAEFF;
}
</style>
border-color css
<style>
span { border-color: #DCAEFF; }
span { border-color: rgb(220,174,255); }
td.TdClassName
{
border-color: #DCAEFF;
}
.TagClassName
{
border-color: #DCAEFF;
}
</style>