Shades of Plum #EEADEC
Tints of Plum #EEADEC
RGB
CMYK
RGB Variations
Color information
#EEADEC (or 0xEEADEC) is known color: Plum. HEX triplet: EE, AD and EC. RGB value is (238,173,236). Sum of RGB (Red+Green+Blue) = 238+173+236=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADEC is #115213. Grayscale: #C7C7C7. Windows color (decimal): -1135124 or 15511022. OLE color: 15511022.
HSL color Cylindrical-coordinate representation of color #EEADEC: hue angle of 301.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADEC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 236 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.07 |
| HSL | 301.85º | 0.66% | 0.81% | - |
| HSV(B) | 301.85º | 0.27% | 0.93% | - |
| XYZ | 65.34 | 54.12 | 86.36 | - |
| YUV | 199.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 236 | 0 | 0.27 | 0.01 | 0.07 | 301.85 | 0.66 | 0.81 |
| Hex | EE | AD | EC | 0 | 1B | 1 | 7 | 12E | 42 | 51 |
| Octal | 356 | 255 | 354 | 0 | 33 | 1 | 7 | 456 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11101100 | 0 | 11011 | 1 | 111 | 100101110 | 1000010 | 1010001 |
Color Harmonies of #EEADEC
Complementary color
Monochromatic Colors of #EEADEC
Black with #EEADEC
Text Example
Text Example
White with #EEADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADEC; }
p { color: rgb(238,173,236); }
H1.HeaderClassName
{
color: #EEADEC;
}
.AnyTagClassName
{
color: #EEADEC;
}
</style>
background-color css
<style>
a { background-color: #EEADEC; }
a { background-color: rgb(238,173,236); }
div.DivClassName
{
background-color: #EEADEC;
}
.BgClassName
{
background-color: #EEADEC;
}
</style>
border-color css
<style>
span { border-color: #EEADEC; }
span { border-color: rgb(238,173,236); }
td.TdClassName
{
border-color: #EEADEC;
}
.TagClassName
{
border-color: #EEADEC;
}
</style>