Shades of Lavender Pink #EDB3CF
Tints of Lavender Pink #EDB3CF
RGB
CMYK
RGB Variations
Color information
#EDB3CF (or 0xEDB3CF) is known color: Lavender Pink. HEX triplet: ED, B3 and CF. RGB value is (237,179,207). Sum of RGB (Red+Green+Blue) = 237+179+207=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3CF is #124C30. Grayscale: #C7C7C7. Windows color (decimal): -1199153 or 13612013. OLE color: 13612013.
HSL color Cylindrical-coordinate representation of color #EDB3CF: hue angle of 331.03º degrees, saturation: 0.62, 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 #EDB3CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 207 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.07 |
| HSL | 331.03º | 0.62% | 0.82% | - |
| HSV(B) | 331.03º | 0.24% | 0.93% | - |
| XYZ | 62.31 | 54.75 | 66.32 | - |
| YUV | 199.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 207 | 0 | 0.24 | 0.13 | 0.07 | 331.03 | 0.62 | 0.82 |
| Hex | ED | B3 | CF | 0 | 18 | D | 7 | 14B | 3E | 52 |
| Octal | 355 | 263 | 317 | 0 | 30 | 15 | 7 | 513 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11001111 | 0 | 11000 | 1101 | 111 | 101001011 | 111110 | 1010010 |
Color Harmonies of #EDB3CF
Complementary color
Monochromatic Colors of #EDB3CF
Black with #EDB3CF
Text Example
Text Example
White with #EDB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3CF; }
p { color: rgb(237,179,207); }
H1.HeaderClassName
{
color: #EDB3CF;
}
.AnyTagClassName
{
color: #EDB3CF;
}
</style>
background-color css
<style>
a { background-color: #EDB3CF; }
a { background-color: rgb(237,179,207); }
div.DivClassName
{
background-color: #EDB3CF;
}
.BgClassName
{
background-color: #EDB3CF;
}
</style>
border-color css
<style>
span { border-color: #EDB3CF; }
span { border-color: rgb(237,179,207); }
td.TdClassName
{
border-color: #EDB3CF;
}
.TagClassName
{
border-color: #EDB3CF;
}
</style>