Shades of Plum #DCAAE4
Tints of Plum #DCAAE4
RGB
CMYK
RGB Variations
Color information
#DCAAE4 (or 0xDCAAE4) is known color: Plum. HEX triplet: DC, AA and E4. RGB value is (220,170,228). Sum of RGB (Red+Green+Blue) = 220+170+228=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAE4 is #23551B. Grayscale: #BFBFBF. Windows color (decimal): -2315548 or 14985948. OLE color: 14985948.
HSL color Cylindrical-coordinate representation of color #DCAAE4: hue angle of 291.72º degrees, saturation: 0.52, 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 #DCAAE4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 170 | 228 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.11 |
| HSL | 291.72º | 0.52% | 0.78% | - |
| HSV(B) | 291.72º | 0.25% | 0.89% | - |
| XYZ | 57.89 | 49.57 | 79.91 | - |
| YUV | 191.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 228 | 0.04 | 0.25 | 0 | 0.11 | 291.72 | 0.52 | 0.78 |
| Hex | DC | AA | E4 | 4 | 19 | 0 | B | 124 | 34 | 4E |
| Octal | 334 | 252 | 344 | 4 | 31 | 0 | 13 | 444 | 64 | 116 |
| Binary | 11011100 | 10101010 | 11100100 | 100 | 11001 | 0 | 1011 | 100100100 | 110100 | 1001110 |
Color Harmonies of #DCAAE4
Complementary color
Monochromatic Colors of #DCAAE4
Black with #DCAAE4
Text Example
Text Example
White with #DCAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAE4; }
p { color: rgb(220,170,228); }
H1.HeaderClassName
{
color: #DCAAE4;
}
.AnyTagClassName
{
color: #DCAAE4;
}
</style>
background-color css
<style>
a { background-color: #DCAAE4; }
a { background-color: rgb(220,170,228); }
div.DivClassName
{
background-color: #DCAAE4;
}
.BgClassName
{
background-color: #DCAAE4;
}
</style>
border-color css
<style>
span { border-color: #DCAAE4; }
span { border-color: rgb(220,170,228); }
td.TdClassName
{
border-color: #DCAAE4;
}
.TagClassName
{
border-color: #DCAAE4;
}
</style>