Shades of Lavender Pink #EEB8D4
Tints of Lavender Pink #EEB8D4
RGB
CMYK
RGB Variations
Color information
#EEB8D4 (or 0xEEB8D4) is known color: Lavender Pink. HEX triplet: EE, B8 and D4. RGB value is (238,184,212). Sum of RGB (Red+Green+Blue) = 238+184+212=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8D4 is #11472B. Grayscale: #CBCBCB. Windows color (decimal): -1132332 or 13940974. OLE color: 13940974.
HSL color Cylindrical-coordinate representation of color #EEB8D4: hue angle of 328.89º degrees, saturation: 0.61, 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 #EEB8D4 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 212 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.07 |
| HSL | 328.89º | 0.61% | 0.83% | - |
| HSV(B) | 328.89º | 0.23% | 0.93% | - |
| XYZ | 64.28 | 57.21 | 69.94 | - |
| YUV | 203.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 212 | 0 | 0.23 | 0.11 | 0.07 | 328.89 | 0.61 | 0.83 |
| Hex | EE | B8 | D4 | 0 | 17 | B | 7 | 149 | 3D | 53 |
| Octal | 356 | 270 | 324 | 0 | 27 | 13 | 7 | 511 | 75 | 123 |
| Binary | 11101110 | 10111000 | 11010100 | 0 | 10111 | 1011 | 111 | 101001001 | 111101 | 1010011 |
Color Harmonies of #EEB8D4
Complementary color
Monochromatic Colors of #EEB8D4
Black with #EEB8D4
Text Example
Text Example
White with #EEB8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8D4; }
p { color: rgb(238,184,212); }
H1.HeaderClassName
{
color: #EEB8D4;
}
.AnyTagClassName
{
color: #EEB8D4;
}
</style>
background-color css
<style>
a { background-color: #EEB8D4; }
a { background-color: rgb(238,184,212); }
div.DivClassName
{
background-color: #EEB8D4;
}
.BgClassName
{
background-color: #EEB8D4;
}
</style>
border-color css
<style>
span { border-color: #EEB8D4; }
span { border-color: rgb(238,184,212); }
td.TdClassName
{
border-color: #EEB8D4;
}
.TagClassName
{
border-color: #EEB8D4;
}
</style>