Shades of Lavender Pink #EDAECB
Tints of Lavender Pink #EDAECB
RGB
CMYK
RGB Variations
Color information
#EDAECB (or 0xEDAECB) is known color: Lavender Pink. HEX triplet: ED, AE and CB. RGB value is (237,174,203). Sum of RGB (Red+Green+Blue) = 237+174+203=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAECB is #125134. Grayscale: #C4C4C4. Windows color (decimal): -1200437 or 13348589. OLE color: 13348589.
HSL color Cylindrical-coordinate representation of color #EDAECB: hue angle of 332.38º 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 #EDAECB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 203 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 332.38º | 0.64% | 0.81% | - |
| HSV(B) | 332.38º | 0.27% | 0.93% | - |
| XYZ | 60.84 | 52.59 | 63.44 | - |
| YUV | 196.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 203 | 0 | 0.27 | 0.14 | 0.07 | 332.38 | 0.64 | 0.81 |
| Hex | ED | AE | CB | 0 | 1B | E | 7 | 14C | 40 | 51 |
| Octal | 355 | 256 | 313 | 0 | 33 | 16 | 7 | 514 | 100 | 121 |
| Binary | 11101101 | 10101110 | 11001011 | 0 | 11011 | 1110 | 111 | 101001100 | 1000000 | 1010001 |
Color Harmonies of #EDAECB
Complementary color
Monochromatic Colors of #EDAECB
Black with #EDAECB
Text Example
Text Example
White with #EDAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAECB; }
p { color: rgb(237,174,203); }
H1.HeaderClassName
{
color: #EDAECB;
}
.AnyTagClassName
{
color: #EDAECB;
}
</style>
background-color css
<style>
a { background-color: #EDAECB; }
a { background-color: rgb(237,174,203); }
div.DivClassName
{
background-color: #EDAECB;
}
.BgClassName
{
background-color: #EDAECB;
}
</style>
border-color css
<style>
span { border-color: #EDAECB; }
span { border-color: rgb(237,174,203); }
td.TdClassName
{
border-color: #EDAECB;
}
.TagClassName
{
border-color: #EDAECB;
}
</style>