Shades of Lavender Pink #EEADD5
Tints of Lavender Pink #EEADD5
RGB
CMYK
RGB Variations
Color information
#EEADD5 (or 0xEEADD5) is known color: Lavender Pink. HEX triplet: EE, AD and D5. RGB value is (238,173,213). Sum of RGB (Red+Green+Blue) = 238+173+213=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADD5 is #11522A. Grayscale: #C4C4C4. Windows color (decimal): -1135147 or 14003694. OLE color: 14003694.
HSL color Cylindrical-coordinate representation of color #EEADD5: hue angle of 323.08º 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 #EEADD5 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 213 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.07 |
| HSL | 323.08º | 0.66% | 0.81% | - |
| HSV(B) | 323.08º | 0.27% | 0.93% | - |
| XYZ | 62.21 | 52.87 | 69.88 | - |
| YUV | 197 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 213 | 0 | 0.27 | 0.11 | 0.07 | 323.08 | 0.66 | 0.81 |
| Hex | EE | AD | D5 | 0 | 1B | B | 7 | 143 | 42 | 51 |
| Octal | 356 | 255 | 325 | 0 | 33 | 13 | 7 | 503 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11010101 | 0 | 11011 | 1011 | 111 | 101000011 | 1000010 | 1010001 |
Color Harmonies of #EEADD5
Complementary color
Monochromatic Colors of #EEADD5
Black with #EEADD5
Text Example
Text Example
White with #EEADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADD5; }
p { color: rgb(238,173,213); }
H1.HeaderClassName
{
color: #EEADD5;
}
.AnyTagClassName
{
color: #EEADD5;
}
</style>
background-color css
<style>
a { background-color: #EEADD5; }
a { background-color: rgb(238,173,213); }
div.DivClassName
{
background-color: #EEADD5;
}
.BgClassName
{
background-color: #EEADD5;
}
</style>
border-color css
<style>
span { border-color: #EEADD5; }
span { border-color: rgb(238,173,213); }
td.TdClassName
{
border-color: #EEADD5;
}
.TagClassName
{
border-color: #EEADD5;
}
</style>