Shades of Plum #DCAAE3
Tints of Plum #DCAAE3
RGB
CMYK
RGB Variations
Color information
#DCAAE3 (or 0xDCAAE3) is known color: Plum. HEX triplet: DC, AA and E3. RGB value is (220,170,227). Sum of RGB (Red+Green+Blue) = 220+170+227=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAE3 is #23551C. Grayscale: #BFBFBF. Windows color (decimal): -2315549 or 14920412. OLE color: 14920412.
HSL color Cylindrical-coordinate representation of color #DCAAE3: hue angle of 292.63º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCAAE3 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 170 | 227 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.11 |
| HSL | 292.63º | 0.5% | 0.78% | - |
| HSV(B) | 292.63º | 0.25% | 0.89% | - |
| XYZ | 57.76 | 49.51 | 79.19 | - |
| YUV | 191.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 227 | 0.03 | 0.25 | 0 | 0.11 | 292.63 | 0.5 | 0.78 |
| Hex | DC | AA | E3 | 3 | 19 | 0 | B | 125 | 32 | 4E |
| Octal | 334 | 252 | 343 | 3 | 31 | 0 | 13 | 445 | 62 | 116 |
| Binary | 11011100 | 10101010 | 11100011 | 11 | 11001 | 0 | 1011 | 100100101 | 110010 | 1001110 |
Color Harmonies of #DCAAE3
Complementary color
Monochromatic Colors of #DCAAE3
Black with #DCAAE3
Text Example
Text Example
White with #DCAAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAE3; }
p { color: rgb(220,170,227); }
H1.HeaderClassName
{
color: #DCAAE3;
}
.AnyTagClassName
{
color: #DCAAE3;
}
</style>
background-color css
<style>
a { background-color: #DCAAE3; }
a { background-color: rgb(220,170,227); }
div.DivClassName
{
background-color: #DCAAE3;
}
.BgClassName
{
background-color: #DCAAE3;
}
</style>
border-color css
<style>
span { border-color: #DCAAE3; }
span { border-color: rgb(220,170,227); }
td.TdClassName
{
border-color: #DCAAE3;
}
.TagClassName
{
border-color: #DCAAE3;
}
</style>