Shades of Lavender Pink #EDB7D1
Tints of Lavender Pink #EDB7D1
RGB
CMYK
RGB Variations
Color information
#EDB7D1 (or 0xEDB7D1) is known color: Lavender Pink. HEX triplet: ED, B7 and D1. RGB value is (237,183,209). Sum of RGB (Red+Green+Blue) = 237+183+209=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7D1 is #12482E. Grayscale: #CACACA. Windows color (decimal): -1198127 or 13744109. OLE color: 13744109.
HSL color Cylindrical-coordinate representation of color #EDB7D1: hue angle of 331.11º 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 #EDB7D1 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 209 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.07 |
| HSL | 331.11º | 0.6% | 0.82% | - |
| HSV(B) | 331.11º | 0.23% | 0.93% | - |
| XYZ | 63.37 | 56.47 | 67.88 | - |
| YUV | 202.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 209 | 0 | 0.23 | 0.12 | 0.07 | 331.11 | 0.6 | 0.82 |
| Hex | ED | B7 | D1 | 0 | 17 | C | 7 | 14B | 3C | 52 |
| Octal | 355 | 267 | 321 | 0 | 27 | 14 | 7 | 513 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11010001 | 0 | 10111 | 1100 | 111 | 101001011 | 111100 | 1010010 |
Color Harmonies of #EDB7D1
Complementary color
Monochromatic Colors of #EDB7D1
Black with #EDB7D1
Text Example
Text Example
White with #EDB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7D1; }
p { color: rgb(237,183,209); }
H1.HeaderClassName
{
color: #EDB7D1;
}
.AnyTagClassName
{
color: #EDB7D1;
}
</style>
background-color css
<style>
a { background-color: #EDB7D1; }
a { background-color: rgb(237,183,209); }
div.DivClassName
{
background-color: #EDB7D1;
}
.BgClassName
{
background-color: #EDB7D1;
}
</style>
border-color css
<style>
span { border-color: #EDB7D1; }
span { border-color: rgb(237,183,209); }
td.TdClassName
{
border-color: #EDB7D1;
}
.TagClassName
{
border-color: #EDB7D1;
}
</style>