Shades of Lavender Pink #EDADCF
Tints of Lavender Pink #EDADCF
RGB
CMYK
RGB Variations
Color information
#EDADCF (or 0xEDADCF) is known color: Lavender Pink. HEX triplet: ED, AD and CF. RGB value is (237,173,207). Sum of RGB (Red+Green+Blue) = 237+173+207=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADCF is #125230. Grayscale: #C3C3C3. Windows color (decimal): -1200689 or 13610477. OLE color: 13610477.
HSL color Cylindrical-coordinate representation of color #EDADCF: hue angle of 328.12º 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 #EDADCF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 207 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.07 |
| HSL | 328.13º | 0.64% | 0.8% | - |
| HSV(B) | 328.13º | 0.27% | 0.93% | - |
| XYZ | 61.13 | 52.4 | 65.92 | - |
| YUV | 196.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 207 | 0 | 0.27 | 0.13 | 0.07 | 328.13 | 0.64 | 0.8 |
| Hex | ED | AD | CF | 0 | 1B | D | 7 | 148 | 40 | 50 |
| Octal | 355 | 255 | 317 | 0 | 33 | 15 | 7 | 510 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11001111 | 0 | 11011 | 1101 | 111 | 101001000 | 1000000 | 1010000 |
Color Harmonies of #EDADCF
Complementary color
Monochromatic Colors of #EDADCF
Black with #EDADCF
Text Example
Text Example
White with #EDADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADCF; }
p { color: rgb(237,173,207); }
H1.HeaderClassName
{
color: #EDADCF;
}
.AnyTagClassName
{
color: #EDADCF;
}
</style>
background-color css
<style>
a { background-color: #EDADCF; }
a { background-color: rgb(237,173,207); }
div.DivClassName
{
background-color: #EDADCF;
}
.BgClassName
{
background-color: #EDADCF;
}
</style>
border-color css
<style>
span { border-color: #EDADCF; }
span { border-color: rgb(237,173,207); }
td.TdClassName
{
border-color: #EDADCF;
}
.TagClassName
{
border-color: #EDADCF;
}
</style>