Shades of Lavender Pink #EEAED2
Tints of Lavender Pink #EEAED2
RGB
CMYK
RGB Variations
Color information
#EEAED2 (or 0xEEAED2) is known color: Lavender Pink. HEX triplet: EE, AE and D2. RGB value is (238,174,210). Sum of RGB (Red+Green+Blue) = 238+174+210=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAED2 is #11512D. Grayscale: #C5C5C5. Windows color (decimal): -1134894 or 13807342. OLE color: 13807342.
HSL color Cylindrical-coordinate representation of color #EEAED2: hue angle of 326.25º degrees, saturation: 0.65, 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 #EEAED2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 174 | 210 | - |
CMYK | 0 | 0.27 | 0.12 | 0.07 |
HSL | 326.25º | 0.65% | 0.81% | - |
HSV(B) | 326.25º | 0.27% | 0.93% | - |
XYZ | 62.03 | 53.1 | 67.95 | - |
YUV | 197.24 | 135.2 | 157.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 174 | 210 | 0 | 0.27 | 0.12 | 0.07 | 326.25 | 0.65 | 0.81 |
Hex | EE | AE | D2 | 0 | 1B | C | 7 | 146 | 41 | 51 |
Octal | 356 | 256 | 322 | 0 | 33 | 14 | 7 | 506 | 101 | 121 |
Binary | 11101110 | 10101110 | 11010010 | 0 | 11011 | 1100 | 111 | 101000110 | 1000001 | 1010001 |
Color Harmonies of #EEAED2
Complementary color
Monochromatic Colors of #EEAED2
Black with #EEAED2
Text Example
Text Example
White with #EEAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAED2; }
p { color: rgb(238,174,210); }
H1.HeaderClassName
{
color: #EEAED2;
}
.AnyTagClassName
{
color: #EEAED2;
}
</style>
background-color css
<style>
a { background-color: #EEAED2; }
a { background-color: rgb(238,174,210); }
div.DivClassName
{
background-color: #EEAED2;
}
.BgClassName
{
background-color: #EEAED2;
}
</style>
border-color css
<style>
span { border-color: #EEAED2; }
span { border-color: rgb(238,174,210); }
td.TdClassName
{
border-color: #EEAED2;
}
.TagClassName
{
border-color: #EEAED2;
}
</style>