Shades of Lavender Pink #EDB0CD
Tints of Lavender Pink #EDB0CD
RGB
CMYK
RGB Variations
Color information
#EDB0CD (or 0xEDB0CD) is known color: Lavender Pink. HEX triplet: ED, B0 and CD. RGB value is (237,176,205). Sum of RGB (Red+Green+Blue) = 237+176+205=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0CD is #124F32. Grayscale: #C5C5C5. Windows color (decimal): -1199923 or 13480173. OLE color: 13480173.
HSL color Cylindrical-coordinate representation of color #EDB0CD: hue angle of 331.48º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0CD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 205 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.07 |
| HSL | 331.48º | 0.63% | 0.81% | - |
| HSV(B) | 331.48º | 0.26% | 0.93% | - |
| XYZ | 61.47 | 53.46 | 64.84 | - |
| YUV | 197.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 205 | 0 | 0.26 | 0.14 | 0.07 | 331.48 | 0.63 | 0.81 |
| Hex | ED | B0 | CD | 0 | 1A | E | 7 | 14B | 3F | 51 |
| Octal | 355 | 260 | 315 | 0 | 32 | 16 | 7 | 513 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11001101 | 0 | 11010 | 1110 | 111 | 101001011 | 111111 | 1010001 |
Color Harmonies of #EDB0CD
Complementary color
Monochromatic Colors of #EDB0CD
Black with #EDB0CD
Text Example
Text Example
White with #EDB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0CD; }
p { color: rgb(237,176,205); }
H1.HeaderClassName
{
color: #EDB0CD;
}
.AnyTagClassName
{
color: #EDB0CD;
}
</style>
background-color css
<style>
a { background-color: #EDB0CD; }
a { background-color: rgb(237,176,205); }
div.DivClassName
{
background-color: #EDB0CD;
}
.BgClassName
{
background-color: #EDB0CD;
}
</style>
border-color css
<style>
span { border-color: #EDB0CD; }
span { border-color: rgb(237,176,205); }
td.TdClassName
{
border-color: #EDB0CD;
}
.TagClassName
{
border-color: #EDB0CD;
}
</style>