Shades of Plum #EEADEF
Tints of Plum #EEADEF
RGB
CMYK
RGB Variations
Color information
#EEADEF (or 0xEEADEF) is known color: Plum. HEX triplet: EE, AD and EF. RGB value is (238,173,239). Sum of RGB (Red+Green+Blue) = 238+173+239=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADEF is #115210. Grayscale: #C7C7C7. Windows color (decimal): -1135121 or 15707630. OLE color: 15707630.
HSL color Cylindrical-coordinate representation of color #EEADEF: hue angle of 299.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEADEF is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 173 | 239 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.06 |
| HSL | 299.09º | 0.67% | 0.81% | - |
| HSV(B) | 299.09º | 0.28% | 0.94% | - |
| XYZ | 65.78 | 54.3 | 88.67 | - |
| YUV | 199.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 239 | 0.00 | 0.28 | 0 | 0.06 | 299.09 | 0.67 | 0.81 |
| Hex | EE | AD | EF | 0 | 1C | 0 | 6 | 12B | 43 | 51 |
| Octal | 356 | 255 | 357 | 0 | 34 | 0 | 6 | 453 | 103 | 121 |
| Binary | 11101110 | 10101101 | 11101111 | 0 | 11100 | 0 | 110 | 100101011 | 1000011 | 1010001 |
Color Harmonies of #EEADEF
Complementary color
Monochromatic Colors of #EEADEF
Black with #EEADEF
Text Example
Text Example
White with #EEADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADEF; }
p { color: rgb(238,173,239); }
H1.HeaderClassName
{
color: #EEADEF;
}
.AnyTagClassName
{
color: #EEADEF;
}
</style>
background-color css
<style>
a { background-color: #EEADEF; }
a { background-color: rgb(238,173,239); }
div.DivClassName
{
background-color: #EEADEF;
}
.BgClassName
{
background-color: #EEADEF;
}
</style>
border-color css
<style>
span { border-color: #EEADEF; }
span { border-color: rgb(238,173,239); }
td.TdClassName
{
border-color: #EEADEF;
}
.TagClassName
{
border-color: #EEADEF;
}
</style>