Shades of Plum #DCAEE2
Tints of Plum #DCAEE2
RGB
CMYK
RGB Variations
Color information
#DCAEE2 (or 0xDCAEE2) is known color: Plum. HEX triplet: DC, AE and E2. RGB value is (220,174,226). Sum of RGB (Red+Green+Blue) = 220+174+226=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE2 is #23511D. Grayscale: #C1C1C1. Windows color (decimal): -2314526 or 14855900. OLE color: 14855900.
HSL color Cylindrical-coordinate representation of color #DCAEE2: hue angle of 293.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAEE2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 174 | 226 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 293.08º | 0.47% | 0.78% | - |
| HSV(B) | 293.08º | 0.23% | 0.89% | - |
| XYZ | 58.38 | 50.98 | 78.71 | - |
| YUV | 193.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 226 | 0.03 | 0.23 | 0 | 0.11 | 293.08 | 0.47 | 0.78 |
| Hex | DC | AE | E2 | 3 | 17 | 0 | B | 125 | 2F | 4E |
| Octal | 334 | 256 | 342 | 3 | 27 | 0 | 13 | 445 | 57 | 116 |
| Binary | 11011100 | 10101110 | 11100010 | 11 | 10111 | 0 | 1011 | 100100101 | 101111 | 1001110 |
Color Harmonies of #DCAEE2
Complementary color
Monochromatic Colors of #DCAEE2
Black with #DCAEE2
Text Example
Text Example
White with #DCAEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEE2; }
p { color: rgb(220,174,226); }
H1.HeaderClassName
{
color: #DCAEE2;
}
.AnyTagClassName
{
color: #DCAEE2;
}
</style>
background-color css
<style>
a { background-color: #DCAEE2; }
a { background-color: rgb(220,174,226); }
div.DivClassName
{
background-color: #DCAEE2;
}
.BgClassName
{
background-color: #DCAEE2;
}
</style>
border-color css
<style>
span { border-color: #DCAEE2; }
span { border-color: rgb(220,174,226); }
td.TdClassName
{
border-color: #DCAEE2;
}
.TagClassName
{
border-color: #DCAEE2;
}
</style>