Shades of Lavender Pink #EEADCD
Tints of Lavender Pink #EEADCD
RGB
CMYK
RGB Variations
Color information
#EEADCD (or 0xEEADCD) is known color: Lavender Pink. HEX triplet: EE, AD and CD. RGB value is (238,173,205). Sum of RGB (Red+Green+Blue) = 238+173+205=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADCD is #115232. Grayscale: #C4C4C4. Windows color (decimal): -1135155 or 13479406. OLE color: 13479406.
HSL color Cylindrical-coordinate representation of color #EEADCD: hue angle of 330.46º 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 #EEADCD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 205 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 330.46º | 0.66% | 0.81% | - |
| HSV(B) | 330.46º | 0.27% | 0.93% | - |
| XYZ | 61.22 | 52.47 | 64.66 | - |
| YUV | 196.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 205 | 0 | 0.27 | 0.14 | 0.07 | 330.46 | 0.66 | 0.81 |
| Hex | EE | AD | CD | 0 | 1B | E | 7 | 14A | 42 | 51 |
| Octal | 356 | 255 | 315 | 0 | 33 | 16 | 7 | 512 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11001101 | 0 | 11011 | 1110 | 111 | 101001010 | 1000010 | 1010001 |
Color Harmonies of #EEADCD
Complementary color
Monochromatic Colors of #EEADCD
Black with #EEADCD
Text Example
Text Example
White with #EEADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADCD; }
p { color: rgb(238,173,205); }
H1.HeaderClassName
{
color: #EEADCD;
}
.AnyTagClassName
{
color: #EEADCD;
}
</style>
background-color css
<style>
a { background-color: #EEADCD; }
a { background-color: rgb(238,173,205); }
div.DivClassName
{
background-color: #EEADCD;
}
.BgClassName
{
background-color: #EEADCD;
}
</style>
border-color css
<style>
span { border-color: #EEADCD; }
span { border-color: rgb(238,173,205); }
td.TdClassName
{
border-color: #EEADCD;
}
.TagClassName
{
border-color: #EEADCD;
}
</style>