Shades of Lavender Pink #EEADD6
Tints of Lavender Pink #EEADD6
RGB
CMYK
RGB Variations
Color information
#EEADD6 (or 0xEEADD6) is known color: Lavender Pink. HEX triplet: EE, AD and D6. RGB value is (238,173,214). Sum of RGB (Red+Green+Blue) = 238+173+214=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADD6 is #115229. Grayscale: #C5C5C5. Windows color (decimal): -1135146 or 14069230. OLE color: 14069230.
HSL color Cylindrical-coordinate representation of color #EEADD6: hue angle of 322.15º 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 #EEADD6 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 214 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.07 |
| HSL | 322.15º | 0.66% | 0.81% | - |
| HSV(B) | 322.15º | 0.27% | 0.93% | - |
| XYZ | 62.34 | 52.92 | 70.55 | - |
| YUV | 197.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 214 | 0 | 0.27 | 0.10 | 0.07 | 322.15 | 0.66 | 0.81 |
| Hex | EE | AD | D6 | 0 | 1B | A | 7 | 142 | 42 | 51 |
| Octal | 356 | 255 | 326 | 0 | 33 | 12 | 7 | 502 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11010110 | 0 | 11011 | 1010 | 111 | 101000010 | 1000010 | 1010001 |
Color Harmonies of #EEADD6
Complementary color
Monochromatic Colors of #EEADD6
Black with #EEADD6
Text Example
Text Example
White with #EEADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADD6; }
p { color: rgb(238,173,214); }
H1.HeaderClassName
{
color: #EEADD6;
}
.AnyTagClassName
{
color: #EEADD6;
}
</style>
background-color css
<style>
a { background-color: #EEADD6; }
a { background-color: rgb(238,173,214); }
div.DivClassName
{
background-color: #EEADD6;
}
.BgClassName
{
background-color: #EEADD6;
}
</style>
border-color css
<style>
span { border-color: #EEADD6; }
span { border-color: rgb(238,173,214); }
td.TdClassName
{
border-color: #EEADD6;
}
.TagClassName
{
border-color: #EEADD6;
}
</style>