Shades of Lavender Pink #EDB1D9
Tints of Lavender Pink #EDB1D9
RGB
CMYK
RGB Variations
Color information
#EDB1D9 (or 0xEDB1D9) is known color: Lavender Pink. HEX triplet: ED, B1 and D9. RGB value is (237,177,217). Sum of RGB (Red+Green+Blue) = 237+177+217=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1D9 is #124E26. Grayscale: #C7C7C7. Windows color (decimal): -1199655 or 14266861. OLE color: 14266861.
HSL color Cylindrical-coordinate representation of color #EDB1D9: hue angle of 320º 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 #EDB1D9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 217 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 320º | 0.63% | 0.81% | - |
| HSV(B) | 320º | 0.25% | 0.93% | - |
| XYZ | 63.17 | 54.46 | 72.83 | - |
| YUV | 199.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 217 | 0 | 0.25 | 0.08 | 0.07 | 320 | 0.63 | 0.81 |
| Hex | ED | B1 | D9 | 0 | 19 | 8 | 7 | 140 | 3E | 51 |
| Octal | 355 | 261 | 331 | 0 | 31 | 10 | 7 | 500 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11011001 | 0 | 11001 | 1000 | 111 | 101000000 | 111110 | 1010001 |
Color Harmonies of #EDB1D9
Complementary color
Monochromatic Colors of #EDB1D9
Black with #EDB1D9
Text Example
Text Example
White with #EDB1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1D9; }
p { color: rgb(237,177,217); }
H1.HeaderClassName
{
color: #EDB1D9;
}
.AnyTagClassName
{
color: #EDB1D9;
}
</style>
background-color css
<style>
a { background-color: #EDB1D9; }
a { background-color: rgb(237,177,217); }
div.DivClassName
{
background-color: #EDB1D9;
}
.BgClassName
{
background-color: #EDB1D9;
}
</style>
border-color css
<style>
span { border-color: #EDB1D9; }
span { border-color: rgb(237,177,217); }
td.TdClassName
{
border-color: #EDB1D9;
}
.TagClassName
{
border-color: #EDB1D9;
}
</style>