Shades of Lavender Pink #EDA8CB
Tints of Lavender Pink #EDA8CB
RGB
CMYK
RGB Variations
Color information
#EDA8CB (or 0xEDA8CB) is known color: Lavender Pink. HEX triplet: ED, A8 and CB. RGB value is (237,168,203). Sum of RGB (Red+Green+Blue) = 237+168+203=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8CB is #125734. Grayscale: #C0C0C0. Windows color (decimal): -1201973 or 13347053. OLE color: 13347053.
HSL color Cylindrical-coordinate representation of color #EDA8CB: hue angle of 329.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8CB is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 203 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.07 |
| HSL | 329.57º | 0.66% | 0.79% | - |
| HSV(B) | 329.57º | 0.29% | 0.93% | - |
| XYZ | 59.71 | 50.32 | 63.07 | - |
| YUV | 192.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 203 | 0 | 0.29 | 0.14 | 0.07 | 329.57 | 0.66 | 0.79 |
| Hex | ED | A8 | CB | 0 | 1D | E | 7 | 14A | 42 | 4F |
| Octal | 355 | 250 | 313 | 0 | 35 | 16 | 7 | 512 | 102 | 117 |
| Binary | 11101101 | 10101000 | 11001011 | 0 | 11101 | 1110 | 111 | 101001010 | 1000010 | 1001111 |
Color Harmonies of #EDA8CB
Complementary color
Monochromatic Colors of #EDA8CB
Black with #EDA8CB
Text Example
Text Example
White with #EDA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8CB; }
p { color: rgb(237,168,203); }
H1.HeaderClassName
{
color: #EDA8CB;
}
.AnyTagClassName
{
color: #EDA8CB;
}
</style>
background-color css
<style>
a { background-color: #EDA8CB; }
a { background-color: rgb(237,168,203); }
div.DivClassName
{
background-color: #EDA8CB;
}
.BgClassName
{
background-color: #EDA8CB;
}
</style>
border-color css
<style>
span { border-color: #EDA8CB; }
span { border-color: rgb(237,168,203); }
td.TdClassName
{
border-color: #EDA8CB;
}
.TagClassName
{
border-color: #EDA8CB;
}
</style>