Shades of Lavender Pink #EEB7D7
Tints of Lavender Pink #EEB7D7
RGB
CMYK
RGB Variations
Color information
#EEB7D7 (or 0xEEB7D7) is known color: Lavender Pink. HEX triplet: EE, B7 and D7. RGB value is (238,183,215). Sum of RGB (Red+Green+Blue) = 238+183+215=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7D7 is #114828. Grayscale: #CBCBCB. Windows color (decimal): -1132585 or 14137326. OLE color: 14137326.
HSL color Cylindrical-coordinate representation of color #EEB7D7: hue angle of 325.09º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB7D7 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 215 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.07 |
| HSL | 325.09º | 0.62% | 0.83% | - |
| HSV(B) | 325.09º | 0.23% | 0.93% | - |
| XYZ | 64.46 | 56.95 | 71.89 | - |
| YUV | 203.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 215 | 0 | 0.23 | 0.10 | 0.07 | 325.09 | 0.62 | 0.83 |
| Hex | EE | B7 | D7 | 0 | 17 | A | 7 | 145 | 3E | 53 |
| Octal | 356 | 267 | 327 | 0 | 27 | 12 | 7 | 505 | 76 | 123 |
| Binary | 11101110 | 10110111 | 11010111 | 0 | 10111 | 1010 | 111 | 101000101 | 111110 | 1010011 |
Color Harmonies of #EEB7D7
Complementary color
Monochromatic Colors of #EEB7D7
Black with #EEB7D7
Text Example
Text Example
White with #EEB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7D7; }
p { color: rgb(238,183,215); }
H1.HeaderClassName
{
color: #EEB7D7;
}
.AnyTagClassName
{
color: #EEB7D7;
}
</style>
background-color css
<style>
a { background-color: #EEB7D7; }
a { background-color: rgb(238,183,215); }
div.DivClassName
{
background-color: #EEB7D7;
}
.BgClassName
{
background-color: #EEB7D7;
}
</style>
border-color css
<style>
span { border-color: #EEB7D7; }
span { border-color: rgb(238,183,215); }
td.TdClassName
{
border-color: #EEB7D7;
}
.TagClassName
{
border-color: #EEB7D7;
}
</style>