Shades of Lavender Pink #EDB7D3
Tints of Lavender Pink #EDB7D3
RGB
CMYK
RGB Variations
Color information
#EDB7D3 (or 0xEDB7D3) is known color: Lavender Pink. HEX triplet: ED, B7 and D3. RGB value is (237,183,211). Sum of RGB (Red+Green+Blue) = 237+183+211=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7D3 is #12482C. Grayscale: #CACACA. Windows color (decimal): -1198125 or 13875181. OLE color: 13875181.
HSL color Cylindrical-coordinate representation of color #EDB7D3: hue angle of 328.89º 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 #EDB7D3 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 211 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.07 |
| HSL | 328.89º | 0.6% | 0.82% | - |
| HSV(B) | 328.89º | 0.23% | 0.93% | - |
| XYZ | 63.62 | 56.57 | 69.2 | - |
| YUV | 202.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 211 | 0 | 0.23 | 0.11 | 0.07 | 328.89 | 0.6 | 0.82 |
| Hex | ED | B7 | D3 | 0 | 17 | B | 7 | 149 | 3C | 52 |
| Octal | 355 | 267 | 323 | 0 | 27 | 13 | 7 | 511 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11010011 | 0 | 10111 | 1011 | 111 | 101001001 | 111100 | 1010010 |
Color Harmonies of #EDB7D3
Complementary color
Monochromatic Colors of #EDB7D3
Black with #EDB7D3
Text Example
Text Example
White with #EDB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7D3; }
p { color: rgb(237,183,211); }
H1.HeaderClassName
{
color: #EDB7D3;
}
.AnyTagClassName
{
color: #EDB7D3;
}
</style>
background-color css
<style>
a { background-color: #EDB7D3; }
a { background-color: rgb(237,183,211); }
div.DivClassName
{
background-color: #EDB7D3;
}
.BgClassName
{
background-color: #EDB7D3;
}
</style>
border-color css
<style>
span { border-color: #EDB7D3; }
span { border-color: rgb(237,183,211); }
td.TdClassName
{
border-color: #EDB7D3;
}
.TagClassName
{
border-color: #EDB7D3;
}
</style>