Shades of Lavender Pink #EDB7D7
Tints of Lavender Pink #EDB7D7
RGB
CMYK
RGB Variations
Color information
#EDB7D7 (or 0xEDB7D7) is known color: Lavender Pink. HEX triplet: ED, B7 and D7. RGB value is (237,183,215). Sum of RGB (Red+Green+Blue) = 237+183+215=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7D7 is #124828. Grayscale: #CACACA. Windows color (decimal): -1198121 or 14137325. OLE color: 14137325.
HSL color Cylindrical-coordinate representation of color #EDB7D7: hue angle of 324.44º 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 #EDB7D7 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 215 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.07 |
| HSL | 324.44º | 0.6% | 0.82% | - |
| HSV(B) | 324.44º | 0.23% | 0.93% | - |
| XYZ | 64.12 | 56.78 | 71.87 | - |
| YUV | 202.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 215 | 0 | 0.23 | 0.09 | 0.07 | 324.44 | 0.6 | 0.82 |
| Hex | ED | B7 | D7 | 0 | 17 | 9 | 7 | 144 | 3C | 52 |
| Octal | 355 | 267 | 327 | 0 | 27 | 11 | 7 | 504 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11010111 | 0 | 10111 | 1001 | 111 | 101000100 | 111100 | 1010010 |
Color Harmonies of #EDB7D7
Complementary color
Monochromatic Colors of #EDB7D7
Black with #EDB7D7
Text Example
Text Example
White with #EDB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7D7; }
p { color: rgb(237,183,215); }
H1.HeaderClassName
{
color: #EDB7D7;
}
.AnyTagClassName
{
color: #EDB7D7;
}
</style>
background-color css
<style>
a { background-color: #EDB7D7; }
a { background-color: rgb(237,183,215); }
div.DivClassName
{
background-color: #EDB7D7;
}
.BgClassName
{
background-color: #EDB7D7;
}
</style>
border-color css
<style>
span { border-color: #EDB7D7; }
span { border-color: rgb(237,183,215); }
td.TdClassName
{
border-color: #EDB7D7;
}
.TagClassName
{
border-color: #EDB7D7;
}
</style>