Shades of Lavender Pink #EEB6D7
Tints of Lavender Pink #EEB6D7
RGB
CMYK
RGB Variations
Color information
#EEB6D7 (or 0xEEB6D7) is known color: Lavender Pink. HEX triplet: EE, B6 and D7. RGB value is (238,182,215). Sum of RGB (Red+Green+Blue) = 238+182+215=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6D7 is #114928. Grayscale: #CACACA. Windows color (decimal): -1132841 or 14137070. OLE color: 14137070.
HSL color Cylindrical-coordinate representation of color #EEB6D7: hue angle of 324.64º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB6D7 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 215 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.07 |
| HSL | 324.64º | 0.62% | 0.82% | - |
| HSV(B) | 324.64º | 0.24% | 0.93% | - |
| XYZ | 64.25 | 56.54 | 71.82 | - |
| YUV | 202.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 215 | 0 | 0.24 | 0.10 | 0.07 | 324.64 | 0.62 | 0.82 |
| Hex | EE | B6 | D7 | 0 | 18 | A | 7 | 145 | 3E | 52 |
| Octal | 356 | 266 | 327 | 0 | 30 | 12 | 7 | 505 | 76 | 122 |
| Binary | 11101110 | 10110110 | 11010111 | 0 | 11000 | 1010 | 111 | 101000101 | 111110 | 1010010 |
Color Harmonies of #EEB6D7
Complementary color
Monochromatic Colors of #EEB6D7
Black with #EEB6D7
Text Example
Text Example
White with #EEB6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6D7; }
p { color: rgb(238,182,215); }
H1.HeaderClassName
{
color: #EEB6D7;
}
.AnyTagClassName
{
color: #EEB6D7;
}
</style>
background-color css
<style>
a { background-color: #EEB6D7; }
a { background-color: rgb(238,182,215); }
div.DivClassName
{
background-color: #EEB6D7;
}
.BgClassName
{
background-color: #EEB6D7;
}
</style>
border-color css
<style>
span { border-color: #EEB6D7; }
span { border-color: rgb(238,182,215); }
td.TdClassName
{
border-color: #EEB6D7;
}
.TagClassName
{
border-color: #EEB6D7;
}
</style>