Shades of Lavender Pink #EEB8D3
Tints of Lavender Pink #EEB8D3
RGB
CMYK
RGB Variations
Color information
#EEB8D3 (or 0xEEB8D3) is known color: Lavender Pink. HEX triplet: EE, B8 and D3. RGB value is (238,184,211). Sum of RGB (Red+Green+Blue) = 238+184+211=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8D3 is #11472C. Grayscale: #CBCBCB. Windows color (decimal): -1132333 or 13875438. OLE color: 13875438.
HSL color Cylindrical-coordinate representation of color #EEB8D3: hue angle of 330º 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 #EEB8D3 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 211 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.07 |
| HSL | 330º | 0.61% | 0.83% | - |
| HSV(B) | 330º | 0.23% | 0.93% | - |
| XYZ | 64.16 | 57.16 | 69.28 | - |
| YUV | 203.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 211 | 0 | 0.23 | 0.11 | 0.07 | 330 | 0.61 | 0.83 |
| Hex | EE | B8 | D3 | 0 | 17 | B | 7 | 14A | 3D | 53 |
| Octal | 356 | 270 | 323 | 0 | 27 | 13 | 7 | 512 | 75 | 123 |
| Binary | 11101110 | 10111000 | 11010011 | 0 | 10111 | 1011 | 111 | 101001010 | 111101 | 1010011 |
Color Harmonies of #EEB8D3
Complementary color
Monochromatic Colors of #EEB8D3
Black with #EEB8D3
Text Example
Text Example
White with #EEB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8D3; }
p { color: rgb(238,184,211); }
H1.HeaderClassName
{
color: #EEB8D3;
}
.AnyTagClassName
{
color: #EEB8D3;
}
</style>
background-color css
<style>
a { background-color: #EEB8D3; }
a { background-color: rgb(238,184,211); }
div.DivClassName
{
background-color: #EEB8D3;
}
.BgClassName
{
background-color: #EEB8D3;
}
</style>
border-color css
<style>
span { border-color: #EEB8D3; }
span { border-color: rgb(238,184,211); }
td.TdClassName
{
border-color: #EEB8D3;
}
.TagClassName
{
border-color: #EEB8D3;
}
</style>