Shades of Plum #DAAEE2
Tints of Plum #DAAEE2
RGB
CMYK
RGB Variations
Color information
#DAAEE2 (or 0xDAAEE2) is known color: Plum. HEX triplet: DA, AE and E2. RGB value is (218,174,226). Sum of RGB (Red+Green+Blue) = 218+174+226=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEE2 is #25511D. Grayscale: #C0C0C0. Windows color (decimal): -2445598 or 14855898. OLE color: 14855898.
HSL color Cylindrical-coordinate representation of color #DAAEE2: hue angle of 290.77º 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 #DAAEE2 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 174 | 226 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.11 |
| HSL | 290.77º | 0.47% | 0.78% | - |
| HSV(B) | 290.77º | 0.23% | 0.89% | - |
| XYZ | 57.78 | 50.67 | 78.69 | - |
| YUV | 193.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 226 | 0.04 | 0.23 | 0 | 0.11 | 290.77 | 0.47 | 0.78 |
| Hex | DA | AE | E2 | 4 | 17 | 0 | B | 123 | 2F | 4E |
| Octal | 332 | 256 | 342 | 4 | 27 | 0 | 13 | 443 | 57 | 116 |
| Binary | 11011010 | 10101110 | 11100010 | 100 | 10111 | 0 | 1011 | 100100011 | 101111 | 1001110 |
Color Harmonies of #DAAEE2
Complementary color
Monochromatic Colors of #DAAEE2
Black with #DAAEE2
Text Example
Text Example
White with #DAAEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEE2; }
p { color: rgb(218,174,226); }
H1.HeaderClassName
{
color: #DAAEE2;
}
.AnyTagClassName
{
color: #DAAEE2;
}
</style>
background-color css
<style>
a { background-color: #DAAEE2; }
a { background-color: rgb(218,174,226); }
div.DivClassName
{
background-color: #DAAEE2;
}
.BgClassName
{
background-color: #DAAEE2;
}
</style>
border-color css
<style>
span { border-color: #DAAEE2; }
span { border-color: rgb(218,174,226); }
td.TdClassName
{
border-color: #DAAEE2;
}
.TagClassName
{
border-color: #DAAEE2;
}
</style>