Shades of Lavender Pink #EEADD7
Tints of Lavender Pink #EEADD7
RGB
CMYK
RGB Variations
Color information
#EEADD7 (or 0xEEADD7) is known color: Lavender Pink. HEX triplet: EE, AD and D7. RGB value is (238,173,215). Sum of RGB (Red+Green+Blue) = 238+173+215=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADD7 is #115228. Grayscale: #C5C5C5. Windows color (decimal): -1135145 or 14134766. OLE color: 14134766.
HSL color Cylindrical-coordinate representation of color #EEADD7: hue angle of 321.23º 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 #EEADD7 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 215 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.07 |
| HSL | 321.23º | 0.66% | 0.81% | - |
| HSV(B) | 321.23º | 0.27% | 0.93% | - |
| XYZ | 62.47 | 52.97 | 71.22 | - |
| YUV | 197.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 215 | 0 | 0.27 | 0.10 | 0.07 | 321.23 | 0.66 | 0.81 |
| Hex | EE | AD | D7 | 0 | 1B | A | 7 | 141 | 42 | 51 |
| Octal | 356 | 255 | 327 | 0 | 33 | 12 | 7 | 501 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11010111 | 0 | 11011 | 1010 | 111 | 101000001 | 1000010 | 1010001 |
Color Harmonies of #EEADD7
Complementary color
Monochromatic Colors of #EEADD7
Black with #EEADD7
Text Example
Text Example
White with #EEADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADD7; }
p { color: rgb(238,173,215); }
H1.HeaderClassName
{
color: #EEADD7;
}
.AnyTagClassName
{
color: #EEADD7;
}
</style>
background-color css
<style>
a { background-color: #EEADD7; }
a { background-color: rgb(238,173,215); }
div.DivClassName
{
background-color: #EEADD7;
}
.BgClassName
{
background-color: #EEADD7;
}
</style>
border-color css
<style>
span { border-color: #EEADD7; }
span { border-color: rgb(238,173,215); }
td.TdClassName
{
border-color: #EEADD7;
}
.TagClassName
{
border-color: #EEADD7;
}
</style>