Shades of Lavender Pink #EDB2D9
Tints of Lavender Pink #EDB2D9
RGB
CMYK
RGB Variations
Color information
#EDB2D9 (or 0xEDB2D9) is known color: Lavender Pink. HEX triplet: ED, B2 and D9. RGB value is (237,178,217). Sum of RGB (Red+Green+Blue) = 237+178+217=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2D9 is #124D26. Grayscale: #C7C7C7. Windows color (decimal): -1199399 or 14267117. OLE color: 14267117.
HSL color Cylindrical-coordinate representation of color #EDB2D9: hue angle of 320.34º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB2D9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 217 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 320.34º | 0.62% | 0.81% | - |
| HSV(B) | 320.34º | 0.25% | 0.93% | - |
| XYZ | 63.37 | 54.86 | 72.89 | - |
| YUV | 200.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 217 | 0 | 0.25 | 0.08 | 0.07 | 320.34 | 0.62 | 0.81 |
| Hex | ED | B2 | D9 | 0 | 19 | 8 | 7 | 140 | 3E | 51 |
| Octal | 355 | 262 | 331 | 0 | 31 | 10 | 7 | 500 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11011001 | 0 | 11001 | 1000 | 111 | 101000000 | 111110 | 1010001 |
Color Harmonies of #EDB2D9
Complementary color
Monochromatic Colors of #EDB2D9
Black with #EDB2D9
Text Example
Text Example
White with #EDB2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2D9; }
p { color: rgb(237,178,217); }
H1.HeaderClassName
{
color: #EDB2D9;
}
.AnyTagClassName
{
color: #EDB2D9;
}
</style>
background-color css
<style>
a { background-color: #EDB2D9; }
a { background-color: rgb(237,178,217); }
div.DivClassName
{
background-color: #EDB2D9;
}
.BgClassName
{
background-color: #EDB2D9;
}
</style>
border-color css
<style>
span { border-color: #EDB2D9; }
span { border-color: rgb(237,178,217); }
td.TdClassName
{
border-color: #EDB2D9;
}
.TagClassName
{
border-color: #EDB2D9;
}
</style>