Shades of Lavender Pink #EDB0CB
Tints of Lavender Pink #EDB0CB
RGB
CMYK
RGB Variations
Color information
#EDB0CB (or 0xEDB0CB) is known color: Lavender Pink. HEX triplet: ED, B0 and CB. RGB value is (237,176,203). Sum of RGB (Red+Green+Blue) = 237+176+203=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0CB is #124F34. Grayscale: #C5C5C5. Windows color (decimal): -1199925 or 13349101. OLE color: 13349101.
HSL color Cylindrical-coordinate representation of color #EDB0CB: hue angle of 333.44º 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 #EDB0CB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 203 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.07 |
| HSL | 333.44º | 0.63% | 0.81% | - |
| HSV(B) | 333.44º | 0.26% | 0.93% | - |
| XYZ | 61.23 | 53.37 | 63.57 | - |
| YUV | 197.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 203 | 0 | 0.26 | 0.14 | 0.07 | 333.44 | 0.63 | 0.81 |
| Hex | ED | B0 | CB | 0 | 1A | E | 7 | 14D | 3F | 51 |
| Octal | 355 | 260 | 313 | 0 | 32 | 16 | 7 | 515 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11001011 | 0 | 11010 | 1110 | 111 | 101001101 | 111111 | 1010001 |
Color Harmonies of #EDB0CB
Complementary color
Monochromatic Colors of #EDB0CB
Black with #EDB0CB
Text Example
Text Example
White with #EDB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0CB; }
p { color: rgb(237,176,203); }
H1.HeaderClassName
{
color: #EDB0CB;
}
.AnyTagClassName
{
color: #EDB0CB;
}
</style>
background-color css
<style>
a { background-color: #EDB0CB; }
a { background-color: rgb(237,176,203); }
div.DivClassName
{
background-color: #EDB0CB;
}
.BgClassName
{
background-color: #EDB0CB;
}
</style>
border-color css
<style>
span { border-color: #EDB0CB; }
span { border-color: rgb(237,176,203); }
td.TdClassName
{
border-color: #EDB0CB;
}
.TagClassName
{
border-color: #EDB0CB;
}
</style>