Shades of Lavender Pink #EDAECF
Tints of Lavender Pink #EDAECF
RGB
CMYK
RGB Variations
Color information
#EDAECF (or 0xEDAECF) is known color: Lavender Pink. HEX triplet: ED, AE and CF. RGB value is (237,174,207). Sum of RGB (Red+Green+Blue) = 237+174+207=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAECF is #125130. Grayscale: #C4C4C4. Windows color (decimal): -1200433 or 13610733. OLE color: 13610733.
HSL color Cylindrical-coordinate representation of color #EDAECF: hue angle of 328.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAECF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 207 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.07 |
| HSL | 328.57º | 0.64% | 0.81% | - |
| HSV(B) | 328.57º | 0.27% | 0.93% | - |
| XYZ | 61.32 | 52.78 | 65.99 | - |
| YUV | 196.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 207 | 0 | 0.27 | 0.13 | 0.07 | 328.57 | 0.64 | 0.81 |
| Hex | ED | AE | CF | 0 | 1B | D | 7 | 149 | 40 | 51 |
| Octal | 355 | 256 | 317 | 0 | 33 | 15 | 7 | 511 | 100 | 121 |
| Binary | 11101101 | 10101110 | 11001111 | 0 | 11011 | 1101 | 111 | 101001001 | 1000000 | 1010001 |
Color Harmonies of #EDAECF
Complementary color
Monochromatic Colors of #EDAECF
Black with #EDAECF
Text Example
Text Example
White with #EDAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAECF; }
p { color: rgb(237,174,207); }
H1.HeaderClassName
{
color: #EDAECF;
}
.AnyTagClassName
{
color: #EDAECF;
}
</style>
background-color css
<style>
a { background-color: #EDAECF; }
a { background-color: rgb(237,174,207); }
div.DivClassName
{
background-color: #EDAECF;
}
.BgClassName
{
background-color: #EDAECF;
}
</style>
border-color css
<style>
span { border-color: #EDAECF; }
span { border-color: rgb(237,174,207); }
td.TdClassName
{
border-color: #EDAECF;
}
.TagClassName
{
border-color: #EDAECF;
}
</style>