Shades of Lavender Pink #EDB5CF
Tints of Lavender Pink #EDB5CF
RGB
CMYK
RGB Variations
Color information
#EDB5CF (or 0xEDB5CF) is known color: Lavender Pink. HEX triplet: ED, B5 and CF. RGB value is (237,181,207). Sum of RGB (Red+Green+Blue) = 237+181+207=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5CF is #124A30. Grayscale: #C8C8C8. Windows color (decimal): -1198641 or 13612525. OLE color: 13612525.
HSL color Cylindrical-coordinate representation of color #EDB5CF: hue angle of 332.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB5CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 207 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.07 |
| HSL | 332.14º | 0.61% | 0.82% | - |
| HSV(B) | 332.14º | 0.24% | 0.93% | - |
| XYZ | 62.71 | 55.56 | 66.45 | - |
| YUV | 200.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 207 | 0 | 0.24 | 0.13 | 0.07 | 332.14 | 0.61 | 0.82 |
| Hex | ED | B5 | CF | 0 | 18 | D | 7 | 14C | 3D | 52 |
| Octal | 355 | 265 | 317 | 0 | 30 | 15 | 7 | 514 | 75 | 122 |
| Binary | 11101101 | 10110101 | 11001111 | 0 | 11000 | 1101 | 111 | 101001100 | 111101 | 1010010 |
Color Harmonies of #EDB5CF
Complementary color
Monochromatic Colors of #EDB5CF
Black with #EDB5CF
Text Example
Text Example
White with #EDB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5CF; }
p { color: rgb(237,181,207); }
H1.HeaderClassName
{
color: #EDB5CF;
}
.AnyTagClassName
{
color: #EDB5CF;
}
</style>
background-color css
<style>
a { background-color: #EDB5CF; }
a { background-color: rgb(237,181,207); }
div.DivClassName
{
background-color: #EDB5CF;
}
.BgClassName
{
background-color: #EDB5CF;
}
</style>
border-color css
<style>
span { border-color: #EDB5CF; }
span { border-color: rgb(237,181,207); }
td.TdClassName
{
border-color: #EDB5CF;
}
.TagClassName
{
border-color: #EDB5CF;
}
</style>