Shades of Lavender Pink #EDA8CF
Tints of Lavender Pink #EDA8CF
RGB
CMYK
RGB Variations
Color information
#EDA8CF (or 0xEDA8CF) is known color: Lavender Pink. HEX triplet: ED, A8 and CF. RGB value is (237,168,207). Sum of RGB (Red+Green+Blue) = 237+168+207=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8CF is #125730. Grayscale: #C0C0C0. Windows color (decimal): -1201969 or 13609197. OLE color: 13609197.
HSL color Cylindrical-coordinate representation of color #EDA8CF: hue angle of 326.09º 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 #EDA8CF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 207 | - |
CMYK | 0 | 0.29 | 0.13 | 0.07 |
HSL | 326.09º | 0.66% | 0.79% | - |
HSV(B) | 326.09º | 0.29% | 0.93% | - |
XYZ | 60.19 | 50.51 | 65.61 | - |
YUV | 193.08 | 135.86 | 159.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 207 | 0 | 0.29 | 0.13 | 0.07 | 326.09 | 0.66 | 0.79 |
Hex | ED | A8 | CF | 0 | 1D | D | 7 | 146 | 42 | 4F |
Octal | 355 | 250 | 317 | 0 | 35 | 15 | 7 | 506 | 102 | 117 |
Binary | 11101101 | 10101000 | 11001111 | 0 | 11101 | 1101 | 111 | 101000110 | 1000010 | 1001111 |
Color Harmonies of #EDA8CF
Complementary color
Monochromatic Colors of #EDA8CF
Black with #EDA8CF
Text Example
Text Example
White with #EDA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8CF; }
p { color: rgb(237,168,207); }
H1.HeaderClassName
{
color: #EDA8CF;
}
.AnyTagClassName
{
color: #EDA8CF;
}
</style>
background-color css
<style>
a { background-color: #EDA8CF; }
a { background-color: rgb(237,168,207); }
div.DivClassName
{
background-color: #EDA8CF;
}
.BgClassName
{
background-color: #EDA8CF;
}
</style>
border-color css
<style>
span { border-color: #EDA8CF; }
span { border-color: rgb(237,168,207); }
td.TdClassName
{
border-color: #EDA8CF;
}
.TagClassName
{
border-color: #EDA8CF;
}
</style>