Shades of Lavender Pink #EEADD1
Tints of Lavender Pink #EEADD1
RGB
CMYK
RGB Variations
Color information
#EEADD1 (or 0xEEADD1) is known color: Lavender Pink. HEX triplet: EE, AD and D1. RGB value is (238,173,209). Sum of RGB (Red+Green+Blue) = 238+173+209=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADD1 is #11522E. Grayscale: #C4C4C4. Windows color (decimal): -1135151 or 13741550. OLE color: 13741550.
HSL color Cylindrical-coordinate representation of color #EEADD1: hue angle of 326.77º 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 #EEADD1 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 209 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.07 |
| HSL | 326.77º | 0.66% | 0.81% | - |
| HSV(B) | 326.77º | 0.27% | 0.93% | - |
| XYZ | 61.71 | 52.67 | 67.23 | - |
| YUV | 196.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 209 | 0 | 0.27 | 0.12 | 0.07 | 326.77 | 0.66 | 0.81 |
| Hex | EE | AD | D1 | 0 | 1B | C | 7 | 147 | 42 | 51 |
| Octal | 356 | 255 | 321 | 0 | 33 | 14 | 7 | 507 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11010001 | 0 | 11011 | 1100 | 111 | 101000111 | 1000010 | 1010001 |
Color Harmonies of #EEADD1
Complementary color
Monochromatic Colors of #EEADD1
Black with #EEADD1
Text Example
Text Example
White with #EEADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADD1; }
p { color: rgb(238,173,209); }
H1.HeaderClassName
{
color: #EEADD1;
}
.AnyTagClassName
{
color: #EEADD1;
}
</style>
background-color css
<style>
a { background-color: #EEADD1; }
a { background-color: rgb(238,173,209); }
div.DivClassName
{
background-color: #EEADD1;
}
.BgClassName
{
background-color: #EEADD1;
}
</style>
border-color css
<style>
span { border-color: #EEADD1; }
span { border-color: rgb(238,173,209); }
td.TdClassName
{
border-color: #EEADD1;
}
.TagClassName
{
border-color: #EEADD1;
}
</style>