Shades of Lavender Pink #EEB7D3
Tints of Lavender Pink #EEB7D3
RGB
CMYK
RGB Variations
Color information
#EEB7D3 (or 0xEEB7D3) is known color: Lavender Pink. HEX triplet: EE, B7 and D3. RGB value is (238,183,211). Sum of RGB (Red+Green+Blue) = 238+183+211=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7D3 is #11482C. Grayscale: #CACACA. Windows color (decimal): -1132589 or 13875182. OLE color: 13875182.
HSL color Cylindrical-coordinate representation of color #EEB7D3: hue angle of 329.45º 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 #EEB7D3 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 211 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.07 |
| HSL | 329.45º | 0.62% | 0.83% | - |
| HSV(B) | 329.45º | 0.23% | 0.93% | - |
| XYZ | 63.95 | 56.75 | 69.21 | - |
| YUV | 202.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 211 | 0 | 0.23 | 0.11 | 0.07 | 329.45 | 0.62 | 0.83 |
| Hex | EE | B7 | D3 | 0 | 17 | B | 7 | 149 | 3E | 53 |
| Octal | 356 | 267 | 323 | 0 | 27 | 13 | 7 | 511 | 76 | 123 |
| Binary | 11101110 | 10110111 | 11010011 | 0 | 10111 | 1011 | 111 | 101001001 | 111110 | 1010011 |
Color Harmonies of #EEB7D3
Complementary color
Monochromatic Colors of #EEB7D3
Black with #EEB7D3
Text Example
Text Example
White with #EEB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7D3; }
p { color: rgb(238,183,211); }
H1.HeaderClassName
{
color: #EEB7D3;
}
.AnyTagClassName
{
color: #EEB7D3;
}
</style>
background-color css
<style>
a { background-color: #EEB7D3; }
a { background-color: rgb(238,183,211); }
div.DivClassName
{
background-color: #EEB7D3;
}
.BgClassName
{
background-color: #EEB7D3;
}
</style>
border-color css
<style>
span { border-color: #EEB7D3; }
span { border-color: rgb(238,183,211); }
td.TdClassName
{
border-color: #EEB7D3;
}
.TagClassName
{
border-color: #EEB7D3;
}
</style>