Shades of Lavender Pink #EDADCE
Tints of Lavender Pink #EDADCE
RGB
CMYK
RGB Variations
Color information
#EDADCE (or 0xEDADCE) is known color: Lavender Pink. HEX triplet: ED, AD and CE. RGB value is (237,173,206). Sum of RGB (Red+Green+Blue) = 237+173+206=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADCE is #125231. Grayscale: #C3C3C3. Windows color (decimal): -1200690 or 13544941. OLE color: 13544941.
HSL color Cylindrical-coordinate representation of color #EDADCE: hue angle of 329.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADCE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 206 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.07 |
| HSL | 329.06º | 0.64% | 0.8% | - |
| HSV(B) | 329.06º | 0.27% | 0.93% | - |
| XYZ | 61.01 | 52.35 | 65.28 | - |
| YUV | 195.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 206 | 0 | 0.27 | 0.13 | 0.07 | 329.06 | 0.64 | 0.8 |
| Hex | ED | AD | CE | 0 | 1B | D | 7 | 149 | 40 | 50 |
| Octal | 355 | 255 | 316 | 0 | 33 | 15 | 7 | 511 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11001110 | 0 | 11011 | 1101 | 111 | 101001001 | 1000000 | 1010000 |
Color Harmonies of #EDADCE
Complementary color
Monochromatic Colors of #EDADCE
Black with #EDADCE
Text Example
Text Example
White with #EDADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADCE; }
p { color: rgb(237,173,206); }
H1.HeaderClassName
{
color: #EDADCE;
}
.AnyTagClassName
{
color: #EDADCE;
}
</style>
background-color css
<style>
a { background-color: #EDADCE; }
a { background-color: rgb(237,173,206); }
div.DivClassName
{
background-color: #EDADCE;
}
.BgClassName
{
background-color: #EDADCE;
}
</style>
border-color css
<style>
span { border-color: #EDADCE; }
span { border-color: rgb(237,173,206); }
td.TdClassName
{
border-color: #EDADCE;
}
.TagClassName
{
border-color: #EDADCE;
}
</style>