Shades of Plum #DAAEDC
Tints of Plum #DAAEDC
RGB
CMYK
RGB Variations
Color information
#DAAEDC (or 0xDAAEDC) is known color: Plum. HEX triplet: DA, AE and DC. RGB value is (218,174,220). Sum of RGB (Red+Green+Blue) = 218+174+220=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEDC is #255123. Grayscale: #C0C0C0. Windows color (decimal): -2445604 or 14462682. OLE color: 14462682.
HSL color Cylindrical-coordinate representation of color #DAAEDC: hue angle of 297.39º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAAEDC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 174 | 220 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.14 |
| HSL | 297.39º | 0.4% | 0.77% | - |
| HSV(B) | 297.39º | 0.21% | 0.86% | - |
| XYZ | 56.97 | 50.34 | 74.43 | - |
| YUV | 192.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 220 | 0.01 | 0.21 | 0 | 0.14 | 297.39 | 0.4 | 0.77 |
| Hex | DA | AE | DC | 1 | 15 | 0 | E | 129 | 28 | 4D |
| Octal | 332 | 256 | 334 | 1 | 25 | 0 | 16 | 451 | 50 | 115 |
| Binary | 11011010 | 10101110 | 11011100 | 1 | 10101 | 0 | 1110 | 100101001 | 101000 | 1001101 |
Color Harmonies of #DAAEDC
Complementary color
Monochromatic Colors of #DAAEDC
Black with #DAAEDC
Text Example
Text Example
White with #DAAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEDC; }
p { color: rgb(218,174,220); }
H1.HeaderClassName
{
color: #DAAEDC;
}
.AnyTagClassName
{
color: #DAAEDC;
}
</style>
background-color css
<style>
a { background-color: #DAAEDC; }
a { background-color: rgb(218,174,220); }
div.DivClassName
{
background-color: #DAAEDC;
}
.BgClassName
{
background-color: #DAAEDC;
}
</style>
border-color css
<style>
span { border-color: #DAAEDC; }
span { border-color: rgb(218,174,220); }
td.TdClassName
{
border-color: #DAAEDC;
}
.TagClassName
{
border-color: #DAAEDC;
}
</style>