Shades of Lavender Pink #EDA8D1
Tints of Lavender Pink #EDA8D1
RGB
CMYK
RGB Variations
Color information
#EDA8D1 (or 0xEDA8D1) is known color: Lavender Pink. HEX triplet: ED, A8 and D1. RGB value is (237,168,209). Sum of RGB (Red+Green+Blue) = 237+168+209=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8D1 is #12572E. Grayscale: #C1C1C1. Windows color (decimal): -1201967 or 13740269. OLE color: 13740269.
HSL color Cylindrical-coordinate representation of color #EDA8D1: hue angle of 324.35º 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 #EDA8D1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 209 | - |
CMYK | 0 | 0.29 | 0.12 | 0.07 |
HSL | 324.35º | 0.66% | 0.79% | - |
HSV(B) | 324.35º | 0.29% | 0.93% | - |
XYZ | 60.44 | 50.61 | 66.91 | - |
YUV | 193.31 | 136.86 | 159.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 209 | 0 | 0.29 | 0.12 | 0.07 | 324.35 | 0.66 | 0.79 |
Hex | ED | A8 | D1 | 0 | 1D | C | 7 | 144 | 42 | 4F |
Octal | 355 | 250 | 321 | 0 | 35 | 14 | 7 | 504 | 102 | 117 |
Binary | 11101101 | 10101000 | 11010001 | 0 | 11101 | 1100 | 111 | 101000100 | 1000010 | 1001111 |
Color Harmonies of #EDA8D1
Complementary color
Monochromatic Colors of #EDA8D1
Black with #EDA8D1
Text Example
Text Example
White with #EDA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8D1; }
p { color: rgb(237,168,209); }
H1.HeaderClassName
{
color: #EDA8D1;
}
.AnyTagClassName
{
color: #EDA8D1;
}
</style>
background-color css
<style>
a { background-color: #EDA8D1; }
a { background-color: rgb(237,168,209); }
div.DivClassName
{
background-color: #EDA8D1;
}
.BgClassName
{
background-color: #EDA8D1;
}
</style>
border-color css
<style>
span { border-color: #EDA8D1; }
span { border-color: rgb(237,168,209); }
td.TdClassName
{
border-color: #EDA8D1;
}
.TagClassName
{
border-color: #EDA8D1;
}
</style>