Shades of Lavender Pink #EDAACF
Tints of Lavender Pink #EDAACF
RGB
CMYK
RGB Variations
Color information
#EDAACF (or 0xEDAACF) is known color: Lavender Pink. HEX triplet: ED, AA and CF. RGB value is (237,170,207). Sum of RGB (Red+Green+Blue) = 237+170+207=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACF is #125530. Grayscale: #C2C2C2. Windows color (decimal): -1201457 or 13609709. OLE color: 13609709.
HSL color Cylindrical-coordinate representation of color #EDAACF: hue angle of 326.87º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAACF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 207 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.07 |
| HSL | 326.87º | 0.65% | 0.8% | - |
| HSV(B) | 326.87º | 0.28% | 0.93% | - |
| XYZ | 60.56 | 51.26 | 65.73 | - |
| YUV | 194.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 207 | 0 | 0.28 | 0.13 | 0.07 | 326.87 | 0.65 | 0.8 |
| Hex | ED | AA | CF | 0 | 1C | D | 7 | 147 | 41 | 50 |
| Octal | 355 | 252 | 317 | 0 | 34 | 15 | 7 | 507 | 101 | 120 |
| Binary | 11101101 | 10101010 | 11001111 | 0 | 11100 | 1101 | 111 | 101000111 | 1000001 | 1010000 |
Color Harmonies of #EDAACF
Complementary color
Monochromatic Colors of #EDAACF
Black with #EDAACF
Text Example
Text Example
White with #EDAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAACF; }
p { color: rgb(237,170,207); }
H1.HeaderClassName
{
color: #EDAACF;
}
.AnyTagClassName
{
color: #EDAACF;
}
</style>
background-color css
<style>
a { background-color: #EDAACF; }
a { background-color: rgb(237,170,207); }
div.DivClassName
{
background-color: #EDAACF;
}
.BgClassName
{
background-color: #EDAACF;
}
</style>
border-color css
<style>
span { border-color: #EDAACF; }
span { border-color: rgb(237,170,207); }
td.TdClassName
{
border-color: #EDAACF;
}
.TagClassName
{
border-color: #EDAACF;
}
</style>