Shades of Plum #DCAEE6
Tints of Plum #DCAEE6
RGB
CMYK
RGB Variations
Color information
#DCAEE6 (or 0xDCAEE6) is known color: Plum. HEX triplet: DC, AE and E6. RGB value is (220,174,230). Sum of RGB (Red+Green+Blue) = 220+174+230=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEE6 is #235119. Grayscale: #C1C1C1. Windows color (decimal): -2314522 or 15118044. OLE color: 15118044.
HSL color Cylindrical-coordinate representation of color #DCAEE6: hue angle of 289.29º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAEE6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 174 | 230 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.10 |
| HSL | 289.29º | 0.53% | 0.79% | - |
| HSV(B) | 289.29º | 0.24% | 0.9% | - |
| XYZ | 58.93 | 51.2 | 81.64 | - |
| YUV | 194.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 230 | 0.04 | 0.24 | 0 | 0.10 | 289.29 | 0.53 | 0.79 |
| Hex | DC | AE | E6 | 4 | 18 | 0 | A | 121 | 35 | 4F |
| Octal | 334 | 256 | 346 | 4 | 30 | 0 | 12 | 441 | 65 | 117 |
| Binary | 11011100 | 10101110 | 11100110 | 100 | 11000 | 0 | 1010 | 100100001 | 110101 | 1001111 |
Color Harmonies of #DCAEE6
Complementary color
Monochromatic Colors of #DCAEE6
Black with #DCAEE6
Text Example
Text Example
White with #DCAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEE6; }
p { color: rgb(220,174,230); }
H1.HeaderClassName
{
color: #DCAEE6;
}
.AnyTagClassName
{
color: #DCAEE6;
}
</style>
background-color css
<style>
a { background-color: #DCAEE6; }
a { background-color: rgb(220,174,230); }
div.DivClassName
{
background-color: #DCAEE6;
}
.BgClassName
{
background-color: #DCAEE6;
}
</style>
border-color css
<style>
span { border-color: #DCAEE6; }
span { border-color: rgb(220,174,230); }
td.TdClassName
{
border-color: #DCAEE6;
}
.TagClassName
{
border-color: #DCAEE6;
}
</style>