Shades of Lavender Pink #EDA8C9
Tints of Lavender Pink #EDA8C9
RGB
CMYK
RGB Variations
Color information
#EDA8C9 (or 0xEDA8C9) is known color: Lavender Pink. HEX triplet: ED, A8 and C9. RGB value is (237,168,201). Sum of RGB (Red+Green+Blue) = 237+168+201=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8C9 is #125736. Grayscale: #C0C0C0. Windows color (decimal): -1201975 or 13215981. OLE color: 13215981.
HSL color Cylindrical-coordinate representation of color #EDA8C9: hue angle of 331.3º 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 #EDA8C9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 201 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.07 |
| HSL | 331.3º | 0.66% | 0.79% | - |
| HSV(B) | 331.3º | 0.29% | 0.93% | - |
| XYZ | 59.47 | 50.23 | 61.82 | - |
| YUV | 192.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 201 | 0 | 0.29 | 0.15 | 0.07 | 331.3 | 0.66 | 0.79 |
| Hex | ED | A8 | C9 | 0 | 1D | F | 7 | 14B | 42 | 4F |
| Octal | 355 | 250 | 311 | 0 | 35 | 17 | 7 | 513 | 102 | 117 |
| Binary | 11101101 | 10101000 | 11001001 | 0 | 11101 | 1111 | 111 | 101001011 | 1000010 | 1001111 |
Color Harmonies of #EDA8C9
Complementary color
Monochromatic Colors of #EDA8C9
Black with #EDA8C9
Text Example
Text Example
White with #EDA8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8C9; }
p { color: rgb(237,168,201); }
H1.HeaderClassName
{
color: #EDA8C9;
}
.AnyTagClassName
{
color: #EDA8C9;
}
</style>
background-color css
<style>
a { background-color: #EDA8C9; }
a { background-color: rgb(237,168,201); }
div.DivClassName
{
background-color: #EDA8C9;
}
.BgClassName
{
background-color: #EDA8C9;
}
</style>
border-color css
<style>
span { border-color: #EDA8C9; }
span { border-color: rgb(237,168,201); }
td.TdClassName
{
border-color: #EDA8C9;
}
.TagClassName
{
border-color: #EDA8C9;
}
</style>