Shades of Lavender Pink #EEB5CF
Tints of Lavender Pink #EEB5CF
RGB
CMYK
RGB Variations
Color information
#EEB5CF (or 0xEEB5CF) is known color: Lavender Pink. HEX triplet: EE, B5 and CF. RGB value is (238,181,207). Sum of RGB (Red+Green+Blue) = 238+181+207=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5CF is #114A30. Grayscale: #C8C8C8. Windows color (decimal): -1133105 or 13612526. OLE color: 13612526.
HSL color Cylindrical-coordinate representation of color #EEB5CF: hue angle of 332.63º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB5CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 207 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.07 |
| HSL | 332.63º | 0.63% | 0.82% | - |
| HSV(B) | 332.63º | 0.24% | 0.93% | - |
| XYZ | 63.05 | 55.73 | 66.47 | - |
| YUV | 201.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 207 | 0 | 0.24 | 0.13 | 0.07 | 332.63 | 0.63 | 0.82 |
| Hex | EE | B5 | CF | 0 | 18 | D | 7 | 14D | 3F | 52 |
| Octal | 356 | 265 | 317 | 0 | 30 | 15 | 7 | 515 | 77 | 122 |
| Binary | 11101110 | 10110101 | 11001111 | 0 | 11000 | 1101 | 111 | 101001101 | 111111 | 1010010 |
Color Harmonies of #EEB5CF
Complementary color
Monochromatic Colors of #EEB5CF
Black with #EEB5CF
Text Example
Text Example
White with #EEB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5CF; }
p { color: rgb(238,181,207); }
H1.HeaderClassName
{
color: #EEB5CF;
}
.AnyTagClassName
{
color: #EEB5CF;
}
</style>
background-color css
<style>
a { background-color: #EEB5CF; }
a { background-color: rgb(238,181,207); }
div.DivClassName
{
background-color: #EEB5CF;
}
.BgClassName
{
background-color: #EEB5CF;
}
</style>
border-color css
<style>
span { border-color: #EEB5CF; }
span { border-color: rgb(238,181,207); }
td.TdClassName
{
border-color: #EEB5CF;
}
.TagClassName
{
border-color: #EEB5CF;
}
</style>