Shades of Lavender Pink #EEADD4
Tints of Lavender Pink #EEADD4
RGB
CMYK
RGB Variations
Color information
#EEADD4 (or 0xEEADD4) is known color: Lavender Pink. HEX triplet: EE, AD and D4. RGB value is (238,173,212). Sum of RGB (Red+Green+Blue) = 238+173+212=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADD4 is #11522B. Grayscale: #C4C4C4. Windows color (decimal): -1135148 or 13938158. OLE color: 13938158.
HSL color Cylindrical-coordinate representation of color #EEADD4: hue angle of 324º 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 #EEADD4 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 212 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.07 |
| HSL | 324º | 0.66% | 0.81% | - |
| HSV(B) | 324º | 0.27% | 0.93% | - |
| XYZ | 62.09 | 52.82 | 69.21 | - |
| YUV | 196.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 212 | 0 | 0.27 | 0.11 | 0.07 | 324 | 0.66 | 0.81 |
| Hex | EE | AD | D4 | 0 | 1B | B | 7 | 144 | 42 | 51 |
| Octal | 356 | 255 | 324 | 0 | 33 | 13 | 7 | 504 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11010100 | 0 | 11011 | 1011 | 111 | 101000100 | 1000010 | 1010001 |
Color Harmonies of #EEADD4
Complementary color
Monochromatic Colors of #EEADD4
Black with #EEADD4
Text Example
Text Example
White with #EEADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADD4; }
p { color: rgb(238,173,212); }
H1.HeaderClassName
{
color: #EEADD4;
}
.AnyTagClassName
{
color: #EEADD4;
}
</style>
background-color css
<style>
a { background-color: #EEADD4; }
a { background-color: rgb(238,173,212); }
div.DivClassName
{
background-color: #EEADD4;
}
.BgClassName
{
background-color: #EEADD4;
}
</style>
border-color css
<style>
span { border-color: #EEADD4; }
span { border-color: rgb(238,173,212); }
td.TdClassName
{
border-color: #EEADD4;
}
.TagClassName
{
border-color: #EEADD4;
}
</style>