Shades of Lavender Pink #EDB7D5
Tints of Lavender Pink #EDB7D5
RGB
CMYK
RGB Variations
Color information
#EDB7D5 (or 0xEDB7D5) is known color: Lavender Pink. HEX triplet: ED, B7 and D5. RGB value is (237,183,213). Sum of RGB (Red+Green+Blue) = 237+183+213=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7D5 is #12482A. Grayscale: #CACACA. Windows color (decimal): -1198123 or 14006253. OLE color: 14006253.
HSL color Cylindrical-coordinate representation of color #EDB7D5: hue angle of 326.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7D5 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 213 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.07 |
| HSL | 326.67º | 0.6% | 0.82% | - |
| HSV(B) | 326.67º | 0.23% | 0.93% | - |
| XYZ | 63.87 | 56.68 | 70.52 | - |
| YUV | 202.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 213 | 0 | 0.23 | 0.10 | 0.07 | 326.67 | 0.6 | 0.82 |
| Hex | ED | B7 | D5 | 0 | 17 | A | 7 | 147 | 3C | 52 |
| Octal | 355 | 267 | 325 | 0 | 27 | 12 | 7 | 507 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11010101 | 0 | 10111 | 1010 | 111 | 101000111 | 111100 | 1010010 |
Color Harmonies of #EDB7D5
Complementary color
Monochromatic Colors of #EDB7D5
Black with #EDB7D5
Text Example
Text Example
White with #EDB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7D5; }
p { color: rgb(237,183,213); }
H1.HeaderClassName
{
color: #EDB7D5;
}
.AnyTagClassName
{
color: #EDB7D5;
}
</style>
background-color css
<style>
a { background-color: #EDB7D5; }
a { background-color: rgb(237,183,213); }
div.DivClassName
{
background-color: #EDB7D5;
}
.BgClassName
{
background-color: #EDB7D5;
}
</style>
border-color css
<style>
span { border-color: #EDB7D5; }
span { border-color: rgb(237,183,213); }
td.TdClassName
{
border-color: #EDB7D5;
}
.TagClassName
{
border-color: #EDB7D5;
}
</style>