Shades of Lavender Pink #EDB0CE
Tints of Lavender Pink #EDB0CE
RGB
CMYK
RGB Variations
Color information
#EDB0CE (or 0xEDB0CE) is known color: Lavender Pink. HEX triplet: ED, B0 and CE. RGB value is (237,176,206). Sum of RGB (Red+Green+Blue) = 237+176+206=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0CE is #124F31. Grayscale: #C5C5C5. Windows color (decimal): -1199922 or 13545709. OLE color: 13545709.
HSL color Cylindrical-coordinate representation of color #EDB0CE: hue angle of 330.49º 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 #EDB0CE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 206 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.07 |
| HSL | 330.49º | 0.63% | 0.81% | - |
| HSV(B) | 330.49º | 0.26% | 0.93% | - |
| XYZ | 61.59 | 53.51 | 65.48 | - |
| YUV | 197.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 206 | 0 | 0.26 | 0.13 | 0.07 | 330.49 | 0.63 | 0.81 |
| Hex | ED | B0 | CE | 0 | 1A | D | 7 | 14A | 3F | 51 |
| Octal | 355 | 260 | 316 | 0 | 32 | 15 | 7 | 512 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11001110 | 0 | 11010 | 1101 | 111 | 101001010 | 111111 | 1010001 |
Color Harmonies of #EDB0CE
Complementary color
Monochromatic Colors of #EDB0CE
Black with #EDB0CE
Text Example
Text Example
White with #EDB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0CE; }
p { color: rgb(237,176,206); }
H1.HeaderClassName
{
color: #EDB0CE;
}
.AnyTagClassName
{
color: #EDB0CE;
}
</style>
background-color css
<style>
a { background-color: #EDB0CE; }
a { background-color: rgb(237,176,206); }
div.DivClassName
{
background-color: #EDB0CE;
}
.BgClassName
{
background-color: #EDB0CE;
}
</style>
border-color css
<style>
span { border-color: #EDB0CE; }
span { border-color: rgb(237,176,206); }
td.TdClassName
{
border-color: #EDB0CE;
}
.TagClassName
{
border-color: #EDB0CE;
}
</style>