Shades of Lavender Pink #EEB7DA
Tints of Lavender Pink #EEB7DA
RGB
CMYK
RGB Variations
Color information
#EEB7DA (or 0xEEB7DA) is known color: Lavender Pink. HEX triplet: EE, B7 and DA. RGB value is (238,183,218). Sum of RGB (Red+Green+Blue) = 238+183+218=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7DA is #114825. Grayscale: #CBCBCB. Windows color (decimal): -1132582 or 14333934. OLE color: 14333934.
HSL color Cylindrical-coordinate representation of color #EEB7DA: hue angle of 321.82º degrees, saturation: 0.62, 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 #EEB7DA is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 183 | 218 | - |
CMYK | 0 | 0.23 | 0.08 | 0.07 |
HSL | 321.82º | 0.62% | 0.83% | - |
HSV(B) | 321.82º | 0.23% | 0.93% | - |
XYZ | 64.85 | 57.11 | 73.93 | - |
YUV | 203.44 | 136.22 | 152.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 183 | 218 | 0 | 0.23 | 0.08 | 0.07 | 321.82 | 0.62 | 0.83 |
Hex | EE | B7 | DA | 0 | 17 | 8 | 7 | 142 | 3E | 53 |
Octal | 356 | 267 | 332 | 0 | 27 | 10 | 7 | 502 | 76 | 123 |
Binary | 11101110 | 10110111 | 11011010 | 0 | 10111 | 1000 | 111 | 101000010 | 111110 | 1010011 |
Color Harmonies of #EEB7DA
Complementary color
Monochromatic Colors of #EEB7DA
Black with #EEB7DA
Text Example
Text Example
White with #EEB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7DA; }
p { color: rgb(238,183,218); }
H1.HeaderClassName
{
color: #EEB7DA;
}
.AnyTagClassName
{
color: #EEB7DA;
}
</style>
background-color css
<style>
a { background-color: #EEB7DA; }
a { background-color: rgb(238,183,218); }
div.DivClassName
{
background-color: #EEB7DA;
}
.BgClassName
{
background-color: #EEB7DA;
}
</style>
border-color css
<style>
span { border-color: #EEB7DA; }
span { border-color: rgb(238,183,218); }
td.TdClassName
{
border-color: #EEB7DA;
}
.TagClassName
{
border-color: #EEB7DA;
}
</style>