Shades of Lavender Pink #EEB3CE
Tints of Lavender Pink #EEB3CE
RGB
CMYK
RGB Variations
Color information
#EEB3CE (or 0xEEB3CE) is known color: Lavender Pink. HEX triplet: EE, B3 and CE. RGB value is (238,179,206). Sum of RGB (Red+Green+Blue) = 238+179+206=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3CE is #114C31. Grayscale: #C7C7C7. Windows color (decimal): -1133618 or 13546478. OLE color: 13546478.
HSL color Cylindrical-coordinate representation of color #EEB3CE: hue angle of 332.54º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3CE is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 206 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.07 |
| HSL | 332.54º | 0.63% | 0.82% | - |
| HSV(B) | 332.54º | 0.25% | 0.93% | - |
| XYZ | 62.52 | 54.87 | 65.69 | - |
| YUV | 199.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 206 | 0 | 0.25 | 0.13 | 0.07 | 332.54 | 0.63 | 0.82 |
| Hex | EE | B3 | CE | 0 | 19 | D | 7 | 14D | 3F | 52 |
| Octal | 356 | 263 | 316 | 0 | 31 | 15 | 7 | 515 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11001110 | 0 | 11001 | 1101 | 111 | 101001101 | 111111 | 1010010 |
Color Harmonies of #EEB3CE
Complementary color
Monochromatic Colors of #EEB3CE
Black with #EEB3CE
Text Example
Text Example
White with #EEB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3CE; }
p { color: rgb(238,179,206); }
H1.HeaderClassName
{
color: #EEB3CE;
}
.AnyTagClassName
{
color: #EEB3CE;
}
</style>
background-color css
<style>
a { background-color: #EEB3CE; }
a { background-color: rgb(238,179,206); }
div.DivClassName
{
background-color: #EEB3CE;
}
.BgClassName
{
background-color: #EEB3CE;
}
</style>
border-color css
<style>
span { border-color: #EEB3CE; }
span { border-color: rgb(238,179,206); }
td.TdClassName
{
border-color: #EEB3CE;
}
.TagClassName
{
border-color: #EEB3CE;
}
</style>