Shades of Mauve #DCAEFC
Tints of Mauve #DCAEFC
RGB
CMYK
RGB Variations
Color information
#DCAEFC (or 0xDCAEFC) is known color: Mauve. HEX triplet: DC, AE and FC. RGB value is (220,174,252). Sum of RGB (Red+Green+Blue) = 220+174+252=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEFC is #235103. Grayscale: #C4C4C4. Windows color (decimal): -2314500 or 16559836. OLE color: 16559836.
HSL color Cylindrical-coordinate representation of color #DCAEFC: hue angle of 275.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAEFC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 174 | 252 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.01 |
| HSL | 275.38º | 0.93% | 0.84% | - |
| HSV(B) | 275.38º | 0.31% | 0.99% | - |
| XYZ | 62.22 | 52.52 | 98.95 | - |
| YUV | 196.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 252 | 0.13 | 0.31 | 0 | 0.01 | 275.38 | 0.93 | 0.84 |
| Hex | DC | AE | FC | D | 1F | 0 | 1 | 113 | 5D | 54 |
| Octal | 334 | 256 | 374 | 15 | 37 | 0 | 1 | 423 | 135 | 124 |
| Binary | 11011100 | 10101110 | 11111100 | 1101 | 11111 | 0 | 1 | 100010011 | 1011101 | 1010100 |
Color Harmonies of #DCAEFC
Complementary color
Monochromatic Colors of #DCAEFC
Black with #DCAEFC
Text Example
Text Example
White with #DCAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEFC; }
p { color: rgb(220,174,252); }
H1.HeaderClassName
{
color: #DCAEFC;
}
.AnyTagClassName
{
color: #DCAEFC;
}
</style>
background-color css
<style>
a { background-color: #DCAEFC; }
a { background-color: rgb(220,174,252); }
div.DivClassName
{
background-color: #DCAEFC;
}
.BgClassName
{
background-color: #DCAEFC;
}
</style>
border-color css
<style>
span { border-color: #DCAEFC; }
span { border-color: rgb(220,174,252); }
td.TdClassName
{
border-color: #DCAEFC;
}
.TagClassName
{
border-color: #DCAEFC;
}
</style>