Shades of Lavender Pink #EEB3D6
Tints of Lavender Pink #EEB3D6
RGB
CMYK
RGB Variations
Color information
#EEB3D6 (or 0xEEB3D6) is known color: Lavender Pink. HEX triplet: EE, B3 and D6. RGB value is (238,179,214). Sum of RGB (Red+Green+Blue) = 238+179+214=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3D6 is #114C29. Grayscale: #C8C8C8. Windows color (decimal): -1133610 or 14070766. OLE color: 14070766.
HSL color Cylindrical-coordinate representation of color #EEB3D6: hue angle of 324.41º 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 #EEB3D6 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 214 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.07 |
| HSL | 324.41º | 0.63% | 0.82% | - |
| HSV(B) | 324.41º | 0.25% | 0.93% | - |
| XYZ | 63.52 | 55.27 | 70.94 | - |
| YUV | 200.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 214 | 0 | 0.25 | 0.10 | 0.07 | 324.41 | 0.63 | 0.82 |
| Hex | EE | B3 | D6 | 0 | 19 | A | 7 | 144 | 3F | 52 |
| Octal | 356 | 263 | 326 | 0 | 31 | 12 | 7 | 504 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11010110 | 0 | 11001 | 1010 | 111 | 101000100 | 111111 | 1010010 |
Color Harmonies of #EEB3D6
Complementary color
Monochromatic Colors of #EEB3D6
Black with #EEB3D6
Text Example
Text Example
White with #EEB3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3D6; }
p { color: rgb(238,179,214); }
H1.HeaderClassName
{
color: #EEB3D6;
}
.AnyTagClassName
{
color: #EEB3D6;
}
</style>
background-color css
<style>
a { background-color: #EEB3D6; }
a { background-color: rgb(238,179,214); }
div.DivClassName
{
background-color: #EEB3D6;
}
.BgClassName
{
background-color: #EEB3D6;
}
</style>
border-color css
<style>
span { border-color: #EEB3D6; }
span { border-color: rgb(238,179,214); }
td.TdClassName
{
border-color: #EEB3D6;
}
.TagClassName
{
border-color: #EEB3D6;
}
</style>