Shades of Lavender Pink #EDABCC
Tints of Lavender Pink #EDABCC
RGB
CMYK
RGB Variations
Color information
#EDABCC (or 0xEDABCC) is known color: Lavender Pink. HEX triplet: ED, AB and CC. RGB value is (237,171,204). Sum of RGB (Red+Green+Blue) = 237+171+204=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABCC is #125433. Grayscale: #C2C2C2. Windows color (decimal): -1201204 or 13413357. OLE color: 13413357.
HSL color Cylindrical-coordinate representation of color #EDABCC: hue angle of 330º 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 #EDABCC is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 204 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.07 |
| HSL | 330º | 0.65% | 0.8% | - |
| HSV(B) | 330º | 0.28% | 0.93% | - |
| XYZ | 60.39 | 51.49 | 63.88 | - |
| YUV | 194.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 204 | 0 | 0.28 | 0.14 | 0.07 | 330 | 0.65 | 0.8 |
| Hex | ED | AB | CC | 0 | 1C | E | 7 | 14A | 41 | 50 |
| Octal | 355 | 253 | 314 | 0 | 34 | 16 | 7 | 512 | 101 | 120 |
| Binary | 11101101 | 10101011 | 11001100 | 0 | 11100 | 1110 | 111 | 101001010 | 1000001 | 1010000 |
Color Harmonies of #EDABCC
Complementary color
Monochromatic Colors of #EDABCC
Black with #EDABCC
Text Example
Text Example
White with #EDABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABCC; }
p { color: rgb(237,171,204); }
H1.HeaderClassName
{
color: #EDABCC;
}
.AnyTagClassName
{
color: #EDABCC;
}
</style>
background-color css
<style>
a { background-color: #EDABCC; }
a { background-color: rgb(237,171,204); }
div.DivClassName
{
background-color: #EDABCC;
}
.BgClassName
{
background-color: #EDABCC;
}
</style>
border-color css
<style>
span { border-color: #EDABCC; }
span { border-color: rgb(237,171,204); }
td.TdClassName
{
border-color: #EDABCC;
}
.TagClassName
{
border-color: #EDABCC;
}
</style>