Shades of Plum #DCAEE4
Tints of Plum #DCAEE4
RGB
CMYK
RGB Variations
Color information
#DCAEE4 (or 0xDCAEE4) is known color: Plum. HEX triplet: DC, AE and E4. RGB value is (220,174,228). Sum of RGB (Red+Green+Blue) = 220+174+228=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE4 is #23511B. Grayscale: #C1C1C1. Windows color (decimal): -2314524 or 14986972. OLE color: 14986972.
HSL color Cylindrical-coordinate representation of color #DCAEE4: hue angle of 291.11º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAEE4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 174 | 228 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.11 |
| HSL | 291.11º | 0.5% | 0.79% | - |
| HSV(B) | 291.11º | 0.24% | 0.89% | - |
| XYZ | 58.65 | 51.09 | 80.17 | - |
| YUV | 193.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 228 | 0.04 | 0.24 | 0 | 0.11 | 291.11 | 0.5 | 0.79 |
| Hex | DC | AE | E4 | 4 | 18 | 0 | B | 123 | 32 | 4F |
| Octal | 334 | 256 | 344 | 4 | 30 | 0 | 13 | 443 | 62 | 117 |
| Binary | 11011100 | 10101110 | 11100100 | 100 | 11000 | 0 | 1011 | 100100011 | 110010 | 1001111 |
Color Harmonies of #DCAEE4
Complementary color
Monochromatic Colors of #DCAEE4
Black with #DCAEE4
Text Example
Text Example
White with #DCAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEE4; }
p { color: rgb(220,174,228); }
H1.HeaderClassName
{
color: #DCAEE4;
}
.AnyTagClassName
{
color: #DCAEE4;
}
</style>
background-color css
<style>
a { background-color: #DCAEE4; }
a { background-color: rgb(220,174,228); }
div.DivClassName
{
background-color: #DCAEE4;
}
.BgClassName
{
background-color: #DCAEE4;
}
</style>
border-color css
<style>
span { border-color: #DCAEE4; }
span { border-color: rgb(220,174,228); }
td.TdClassName
{
border-color: #DCAEE4;
}
.TagClassName
{
border-color: #DCAEE4;
}
</style>