Shades of Plum #DEAAE8
Tints of Plum #DEAAE8
RGB
CMYK
RGB Variations
Color information
#DEAAE8 (or 0xDEAAE8) is known color: Plum. HEX triplet: DE, AA and E8. RGB value is (222,170,232). Sum of RGB (Red+Green+Blue) = 222+170+232=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAE8 is #215517. Grayscale: #C0C0C0. Windows color (decimal): -2184472 or 15248094. OLE color: 15248094.
HSL color Cylindrical-coordinate representation of color #DEAAE8: hue angle of 290.32º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEAAE8 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 170 | 232 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.09 |
| HSL | 290.32º | 0.57% | 0.79% | - |
| HSV(B) | 290.32º | 0.27% | 0.91% | - |
| XYZ | 59.06 | 50.11 | 82.9 | - |
| YUV | 192.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 232 | 0.04 | 0.27 | 0 | 0.09 | 290.32 | 0.57 | 0.79 |
| Hex | DE | AA | E8 | 4 | 1B | 0 | 9 | 122 | 39 | 4F |
| Octal | 336 | 252 | 350 | 4 | 33 | 0 | 11 | 442 | 71 | 117 |
| Binary | 11011110 | 10101010 | 11101000 | 100 | 11011 | 0 | 1001 | 100100010 | 111001 | 1001111 |
Color Harmonies of #DEAAE8
Complementary color
Monochromatic Colors of #DEAAE8
Black with #DEAAE8
Text Example
Text Example
White with #DEAAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAE8; }
p { color: rgb(222,170,232); }
H1.HeaderClassName
{
color: #DEAAE8;
}
.AnyTagClassName
{
color: #DEAAE8;
}
</style>
background-color css
<style>
a { background-color: #DEAAE8; }
a { background-color: rgb(222,170,232); }
div.DivClassName
{
background-color: #DEAAE8;
}
.BgClassName
{
background-color: #DEAAE8;
}
</style>
border-color css
<style>
span { border-color: #DEAAE8; }
span { border-color: rgb(222,170,232); }
td.TdClassName
{
border-color: #DEAAE8;
}
.TagClassName
{
border-color: #DEAAE8;
}
</style>