Shades of Lavender Pink #EEB7DB
Tints of Lavender Pink #EEB7DB
RGB
CMYK
RGB Variations
Color information
#EEB7DB (or 0xEEB7DB) is known color: Lavender Pink. HEX triplet: EE, B7 and DB. RGB value is (238,183,219). Sum of RGB (Red+Green+Blue) = 238+183+219=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7DB is #114824. Grayscale: #CBCBCB. Windows color (decimal): -1132581 or 14399470. OLE color: 14399470.
HSL color Cylindrical-coordinate representation of color #EEB7DB: hue angle of 320.73º 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 #EEB7DB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 219 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.07 |
| HSL | 320.73º | 0.62% | 0.83% | - |
| HSV(B) | 320.73º | 0.23% | 0.93% | - |
| XYZ | 64.98 | 57.16 | 74.63 | - |
| YUV | 203.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 219 | 0 | 0.23 | 0.08 | 0.07 | 320.73 | 0.62 | 0.83 |
| Hex | EE | B7 | DB | 0 | 17 | 8 | 7 | 141 | 3E | 53 |
| Octal | 356 | 267 | 333 | 0 | 27 | 10 | 7 | 501 | 76 | 123 |
| Binary | 11101110 | 10110111 | 11011011 | 0 | 10111 | 1000 | 111 | 101000001 | 111110 | 1010011 |
Color Harmonies of #EEB7DB
Complementary color
Monochromatic Colors of #EEB7DB
Black with #EEB7DB
Text Example
Text Example
White with #EEB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7DB; }
p { color: rgb(238,183,219); }
H1.HeaderClassName
{
color: #EEB7DB;
}
.AnyTagClassName
{
color: #EEB7DB;
}
</style>
background-color css
<style>
a { background-color: #EEB7DB; }
a { background-color: rgb(238,183,219); }
div.DivClassName
{
background-color: #EEB7DB;
}
.BgClassName
{
background-color: #EEB7DB;
}
</style>
border-color css
<style>
span { border-color: #EEB7DB; }
span { border-color: rgb(238,183,219); }
td.TdClassName
{
border-color: #EEB7DB;
}
.TagClassName
{
border-color: #EEB7DB;
}
</style>