Shades of Lavender Pink #EDB0D5
Tints of Lavender Pink #EDB0D5
RGB
CMYK
RGB Variations
Color information
#EDB0D5 (or 0xEDB0D5) is known color: Lavender Pink. HEX triplet: ED, B0 and D5. RGB value is (237,176,213). Sum of RGB (Red+Green+Blue) = 237+176+213=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0D5 is #124F2A. Grayscale: #C6C6C6. Windows color (decimal): -1199915 or 14004461. OLE color: 14004461.
HSL color Cylindrical-coordinate representation of color #EDB0D5: hue angle of 323.61º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0D5 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 213 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.07 |
| HSL | 323.61º | 0.63% | 0.81% | - |
| HSV(B) | 323.61º | 0.26% | 0.93% | - |
| XYZ | 62.46 | 53.86 | 70.05 | - |
| YUV | 198.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 213 | 0 | 0.26 | 0.10 | 0.07 | 323.61 | 0.63 | 0.81 |
| Hex | ED | B0 | D5 | 0 | 1A | A | 7 | 144 | 3F | 51 |
| Octal | 355 | 260 | 325 | 0 | 32 | 12 | 7 | 504 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11010101 | 0 | 11010 | 1010 | 111 | 101000100 | 111111 | 1010001 |
Color Harmonies of #EDB0D5
Complementary color
Monochromatic Colors of #EDB0D5
Black with #EDB0D5
Text Example
Text Example
White with #EDB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0D5; }
p { color: rgb(237,176,213); }
H1.HeaderClassName
{
color: #EDB0D5;
}
.AnyTagClassName
{
color: #EDB0D5;
}
</style>
background-color css
<style>
a { background-color: #EDB0D5; }
a { background-color: rgb(237,176,213); }
div.DivClassName
{
background-color: #EDB0D5;
}
.BgClassName
{
background-color: #EDB0D5;
}
</style>
border-color css
<style>
span { border-color: #EDB0D5; }
span { border-color: rgb(237,176,213); }
td.TdClassName
{
border-color: #EDB0D5;
}
.TagClassName
{
border-color: #EDB0D5;
}
</style>