Shades of Lavender Pink #EDAACB
Tints of Lavender Pink #EDAACB
RGB
CMYK
RGB Variations
Color information
#EDAACB (or 0xEDAACB) is known color: Lavender Pink. HEX triplet: ED, AA and CB. RGB value is (237,170,203). Sum of RGB (Red+Green+Blue) = 237+170+203=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACB is #125534. Grayscale: #C1C1C1. Windows color (decimal): -1201461 or 13347565. OLE color: 13347565.
HSL color Cylindrical-coordinate representation of color #EDAACB: hue angle of 330.45º 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 #EDAACB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 203 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.07 |
| HSL | 330.45º | 0.65% | 0.8% | - |
| HSV(B) | 330.45º | 0.28% | 0.93% | - |
| XYZ | 60.08 | 51.07 | 63.19 | - |
| YUV | 193.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 203 | 0 | 0.28 | 0.14 | 0.07 | 330.45 | 0.65 | 0.8 |
| Hex | ED | AA | CB | 0 | 1C | E | 7 | 14A | 41 | 50 |
| Octal | 355 | 252 | 313 | 0 | 34 | 16 | 7 | 512 | 101 | 120 |
| Binary | 11101101 | 10101010 | 11001011 | 0 | 11100 | 1110 | 111 | 101001010 | 1000001 | 1010000 |
Color Harmonies of #EDAACB
Complementary color
Monochromatic Colors of #EDAACB
Black with #EDAACB
Text Example
Text Example
White with #EDAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAACB; }
p { color: rgb(237,170,203); }
H1.HeaderClassName
{
color: #EDAACB;
}
.AnyTagClassName
{
color: #EDAACB;
}
</style>
background-color css
<style>
a { background-color: #EDAACB; }
a { background-color: rgb(237,170,203); }
div.DivClassName
{
background-color: #EDAACB;
}
.BgClassName
{
background-color: #EDAACB;
}
</style>
border-color css
<style>
span { border-color: #EDAACB; }
span { border-color: rgb(237,170,203); }
td.TdClassName
{
border-color: #EDAACB;
}
.TagClassName
{
border-color: #EDAACB;
}
</style>