Shades of Lavender Pink #EEB7D9
Tints of Lavender Pink #EEB7D9
RGB
CMYK
RGB Variations
Color information
#EEB7D9 (or 0xEEB7D9) is known color: Lavender Pink. HEX triplet: EE, B7 and D9. RGB value is (238,183,217). Sum of RGB (Red+Green+Blue) = 238+183+217=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7D9 is #114826. Grayscale: #CBCBCB. Windows color (decimal): -1132583 or 14268398. OLE color: 14268398.
HSL color Cylindrical-coordinate representation of color #EEB7D9: hue angle of 322.91º 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 #EEB7D9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 183 | 217 | - |
CMYK | 0 | 0.23 | 0.09 | 0.07 |
HSL | 322.91º | 0.62% | 0.83% | - |
HSV(B) | 322.91º | 0.23% | 0.93% | - |
XYZ | 64.72 | 57.05 | 73.25 | - |
YUV | 203.32 | 135.72 | 152.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 183 | 217 | 0 | 0.23 | 0.09 | 0.07 | 322.91 | 0.62 | 0.83 |
Hex | EE | B7 | D9 | 0 | 17 | 9 | 7 | 143 | 3E | 53 |
Octal | 356 | 267 | 331 | 0 | 27 | 11 | 7 | 503 | 76 | 123 |
Binary | 11101110 | 10110111 | 11011001 | 0 | 10111 | 1001 | 111 | 101000011 | 111110 | 1010011 |
Color Harmonies of #EEB7D9
Complementary color
Monochromatic Colors of #EEB7D9
Black with #EEB7D9
Text Example
Text Example
White with #EEB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7D9; }
p { color: rgb(238,183,217); }
H1.HeaderClassName
{
color: #EEB7D9;
}
.AnyTagClassName
{
color: #EEB7D9;
}
</style>
background-color css
<style>
a { background-color: #EEB7D9; }
a { background-color: rgb(238,183,217); }
div.DivClassName
{
background-color: #EEB7D9;
}
.BgClassName
{
background-color: #EEB7D9;
}
</style>
border-color css
<style>
span { border-color: #EEB7D9; }
span { border-color: rgb(238,183,217); }
td.TdClassName
{
border-color: #EEB7D9;
}
.TagClassName
{
border-color: #EEB7D9;
}
</style>