Shades of Lavender Pink #EDADCD
Tints of Lavender Pink #EDADCD
RGB
CMYK
RGB Variations
Color information
#EDADCD (or 0xEDADCD) is known color: Lavender Pink. HEX triplet: ED, AD and CD. RGB value is (237,173,205). Sum of RGB (Red+Green+Blue) = 237+173+205=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADCD is #125232. Grayscale: #C3C3C3. Windows color (decimal): -1200691 or 13479405. OLE color: 13479405.
HSL color Cylindrical-coordinate representation of color #EDADCD: hue angle of 330º 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 #EDADCD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 173 | 205 | - |
CMYK | 0 | 0.27 | 0.14 | 0.07 |
HSL | 330º | 0.64% | 0.8% | - |
HSV(B) | 330º | 0.27% | 0.93% | - |
XYZ | 60.89 | 52.3 | 64.64 | - |
YUV | 195.78 | 133.2 | 157.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 173 | 205 | 0 | 0.27 | 0.14 | 0.07 | 330 | 0.64 | 0.8 |
Hex | ED | AD | CD | 0 | 1B | E | 7 | 14A | 40 | 50 |
Octal | 355 | 255 | 315 | 0 | 33 | 16 | 7 | 512 | 100 | 120 |
Binary | 11101101 | 10101101 | 11001101 | 0 | 11011 | 1110 | 111 | 101001010 | 1000000 | 1010000 |
Color Harmonies of #EDADCD
Complementary color
Monochromatic Colors of #EDADCD
Black with #EDADCD
Text Example
Text Example
White with #EDADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADCD; }
p { color: rgb(237,173,205); }
H1.HeaderClassName
{
color: #EDADCD;
}
.AnyTagClassName
{
color: #EDADCD;
}
</style>
background-color css
<style>
a { background-color: #EDADCD; }
a { background-color: rgb(237,173,205); }
div.DivClassName
{
background-color: #EDADCD;
}
.BgClassName
{
background-color: #EDADCD;
}
</style>
border-color css
<style>
span { border-color: #EDADCD; }
span { border-color: rgb(237,173,205); }
td.TdClassName
{
border-color: #EDADCD;
}
.TagClassName
{
border-color: #EDADCD;
}
</style>