Shades of Plum #DCAAE0
Tints of Plum #DCAAE0
RGB
CMYK
RGB Variations
Color information
#DCAAE0 (or 0xDCAAE0) is known color: Plum. HEX triplet: DC, AA and E0. RGB value is (220,170,224). Sum of RGB (Red+Green+Blue) = 220+170+224=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAE0 is #23551F. Grayscale: #BEBEBE. Windows color (decimal): -2315552 or 14723804. OLE color: 14723804.
HSL color Cylindrical-coordinate representation of color #DCAAE0: hue angle of 295.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAAE0 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 170 | 224 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.12 |
| HSL | 295.56º | 0.47% | 0.77% | - |
| HSV(B) | 295.56º | 0.24% | 0.88% | - |
| XYZ | 57.34 | 49.35 | 77.02 | - |
| YUV | 191.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 224 | 0.02 | 0.24 | 0 | 0.12 | 295.56 | 0.47 | 0.77 |
| Hex | DC | AA | E0 | 2 | 18 | 0 | C | 128 | 2F | 4D |
| Octal | 334 | 252 | 340 | 2 | 30 | 0 | 14 | 450 | 57 | 115 |
| Binary | 11011100 | 10101010 | 11100000 | 10 | 11000 | 0 | 1100 | 100101000 | 101111 | 1001101 |
Color Harmonies of #DCAAE0
Complementary color
Monochromatic Colors of #DCAAE0
Black with #DCAAE0
Text Example
Text Example
White with #DCAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAE0; }
p { color: rgb(220,170,224); }
H1.HeaderClassName
{
color: #DCAAE0;
}
.AnyTagClassName
{
color: #DCAAE0;
}
</style>
background-color css
<style>
a { background-color: #DCAAE0; }
a { background-color: rgb(220,170,224); }
div.DivClassName
{
background-color: #DCAAE0;
}
.BgClassName
{
background-color: #DCAAE0;
}
</style>
border-color css
<style>
span { border-color: #DCAAE0; }
span { border-color: rgb(220,170,224); }
td.TdClassName
{
border-color: #DCAAE0;
}
.TagClassName
{
border-color: #DCAAE0;
}
</style>