Shades of Lavender Pink #EDB6D9
Tints of Lavender Pink #EDB6D9
RGB
CMYK
RGB Variations
Color information
#EDB6D9 (or 0xEDB6D9) is known color: Lavender Pink. HEX triplet: ED, B6 and D9. RGB value is (237,182,217). Sum of RGB (Red+Green+Blue) = 237+182+217=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6D9 is #124926. Grayscale: #CACACA. Windows color (decimal): -1198375 or 14268141. OLE color: 14268141.
HSL color Cylindrical-coordinate representation of color #EDB6D9: hue angle of 321.82º 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 #EDB6D9 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 217 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.07 |
| HSL | 321.82º | 0.6% | 0.82% | - |
| HSV(B) | 321.82º | 0.23% | 0.93% | - |
| XYZ | 64.18 | 56.47 | 73.16 | - |
| YUV | 202.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 217 | 0 | 0.23 | 0.08 | 0.07 | 321.82 | 0.6 | 0.82 |
| Hex | ED | B6 | D9 | 0 | 17 | 8 | 7 | 142 | 3C | 52 |
| Octal | 355 | 266 | 331 | 0 | 27 | 10 | 7 | 502 | 74 | 122 |
| Binary | 11101101 | 10110110 | 11011001 | 0 | 10111 | 1000 | 111 | 101000010 | 111100 | 1010010 |
Color Harmonies of #EDB6D9
Complementary color
Monochromatic Colors of #EDB6D9
Black with #EDB6D9
Text Example
Text Example
White with #EDB6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6D9; }
p { color: rgb(237,182,217); }
H1.HeaderClassName
{
color: #EDB6D9;
}
.AnyTagClassName
{
color: #EDB6D9;
}
</style>
background-color css
<style>
a { background-color: #EDB6D9; }
a { background-color: rgb(237,182,217); }
div.DivClassName
{
background-color: #EDB6D9;
}
.BgClassName
{
background-color: #EDB6D9;
}
</style>
border-color css
<style>
span { border-color: #EDB6D9; }
span { border-color: rgb(237,182,217); }
td.TdClassName
{
border-color: #EDB6D9;
}
.TagClassName
{
border-color: #EDB6D9;
}
</style>