Shades of Lavender Pink #EDB8D1
Tints of Lavender Pink #EDB8D1
RGB
CMYK
RGB Variations
Color information
#EDB8D1 (or 0xEDB8D1) is known color: Lavender Pink. HEX triplet: ED, B8 and D1. RGB value is (237,184,209). Sum of RGB (Red+Green+Blue) = 237+184+209=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8D1 is #12472E. Grayscale: #CACACA. Windows color (decimal): -1197871 or 13744365. OLE color: 13744365.
HSL color Cylindrical-coordinate representation of color #EDB8D1: hue angle of 331.7º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8D1 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 209 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.07 |
| HSL | 331.7º | 0.6% | 0.83% | - |
| HSV(B) | 331.7º | 0.22% | 0.93% | - |
| XYZ | 63.57 | 56.89 | 67.95 | - |
| YUV | 202.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 209 | 0 | 0.22 | 0.12 | 0.07 | 331.7 | 0.6 | 0.83 |
| Hex | ED | B8 | D1 | 0 | 16 | C | 7 | 14C | 3C | 53 |
| Octal | 355 | 270 | 321 | 0 | 26 | 14 | 7 | 514 | 74 | 123 |
| Binary | 11101101 | 10111000 | 11010001 | 0 | 10110 | 1100 | 111 | 101001100 | 111100 | 1010011 |
Color Harmonies of #EDB8D1
Complementary color
Monochromatic Colors of #EDB8D1
Black with #EDB8D1
Text Example
Text Example
White with #EDB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8D1; }
p { color: rgb(237,184,209); }
H1.HeaderClassName
{
color: #EDB8D1;
}
.AnyTagClassName
{
color: #EDB8D1;
}
</style>
background-color css
<style>
a { background-color: #EDB8D1; }
a { background-color: rgb(237,184,209); }
div.DivClassName
{
background-color: #EDB8D1;
}
.BgClassName
{
background-color: #EDB8D1;
}
</style>
border-color css
<style>
span { border-color: #EDB8D1; }
span { border-color: rgb(237,184,209); }
td.TdClassName
{
border-color: #EDB8D1;
}
.TagClassName
{
border-color: #EDB8D1;
}
</style>