Shades of Mauve #DCAEEB
Tints of Mauve #DCAEEB
RGB
CMYK
RGB Variations
Color information
#DCAEEB (or 0xDCAEEB) is known color: Mauve. HEX triplet: DC, AE and EB. RGB value is (220,174,235). Sum of RGB (Red+Green+Blue) = 220+174+235=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEEB is #235114. Grayscale: #C2C2C2. Windows color (decimal): -2314517 or 15445724. OLE color: 15445724.
HSL color Cylindrical-coordinate representation of color #DCAEEB: hue angle of 285.25º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCAEEB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 174 | 235 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.08 |
| HSL | 285.25º | 0.6% | 0.8% | - |
| HSV(B) | 285.25º | 0.26% | 0.92% | - |
| XYZ | 59.65 | 51.49 | 85.39 | - |
| YUV | 194.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 235 | 0.06 | 0.26 | 0 | 0.08 | 285.25 | 0.6 | 0.8 |
| Hex | DC | AE | EB | 6 | 1A | 0 | 8 | 11D | 3C | 50 |
| Octal | 334 | 256 | 353 | 6 | 32 | 0 | 10 | 435 | 74 | 120 |
| Binary | 11011100 | 10101110 | 11101011 | 110 | 11010 | 0 | 1000 | 100011101 | 111100 | 1010000 |
Color Harmonies of #DCAEEB
Complementary color
Monochromatic Colors of #DCAEEB
Black with #DCAEEB
Text Example
Text Example
White with #DCAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEEB; }
p { color: rgb(220,174,235); }
H1.HeaderClassName
{
color: #DCAEEB;
}
.AnyTagClassName
{
color: #DCAEEB;
}
</style>
background-color css
<style>
a { background-color: #DCAEEB; }
a { background-color: rgb(220,174,235); }
div.DivClassName
{
background-color: #DCAEEB;
}
.BgClassName
{
background-color: #DCAEEB;
}
</style>
border-color css
<style>
span { border-color: #DCAEEB; }
span { border-color: rgb(220,174,235); }
td.TdClassName
{
border-color: #DCAEEB;
}
.TagClassName
{
border-color: #DCAEEB;
}
</style>