Shades of Plum #DEAAEB
Tints of Plum #DEAAEB
RGB
CMYK
RGB Variations
Color information
#DEAAEB (or 0xDEAAEB) is known color: Plum. HEX triplet: DE, AA and EB. RGB value is (222,170,235). Sum of RGB (Red+Green+Blue) = 222+170+235=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAEB is #215514. Grayscale: #C0C0C0. Windows color (decimal): -2184469 or 15444702. OLE color: 15444702.
HSL color Cylindrical-coordinate representation of color #DEAAEB: hue angle of 288º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAAEB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 170 | 235 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.08 |
| HSL | 288º | 0.62% | 0.79% | - |
| HSV(B) | 288º | 0.28% | 0.92% | - |
| XYZ | 59.49 | 50.28 | 85.17 | - |
| YUV | 192.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 235 | 0.06 | 0.28 | 0 | 0.08 | 288 | 0.62 | 0.79 |
| Hex | DE | AA | EB | 6 | 1C | 0 | 8 | 120 | 3E | 4F |
| Octal | 336 | 252 | 353 | 6 | 34 | 0 | 10 | 440 | 76 | 117 |
| Binary | 11011110 | 10101010 | 11101011 | 110 | 11100 | 0 | 1000 | 100100000 | 111110 | 1001111 |
Color Harmonies of #DEAAEB
Complementary color
Monochromatic Colors of #DEAAEB
Black with #DEAAEB
Text Example
Text Example
White with #DEAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAEB; }
p { color: rgb(222,170,235); }
H1.HeaderClassName
{
color: #DEAAEB;
}
.AnyTagClassName
{
color: #DEAAEB;
}
</style>
background-color css
<style>
a { background-color: #DEAAEB; }
a { background-color: rgb(222,170,235); }
div.DivClassName
{
background-color: #DEAAEB;
}
.BgClassName
{
background-color: #DEAAEB;
}
</style>
border-color css
<style>
span { border-color: #DEAAEB; }
span { border-color: rgb(222,170,235); }
td.TdClassName
{
border-color: #DEAAEB;
}
.TagClassName
{
border-color: #DEAAEB;
}
</style>