Shades of Lavender Pink #EDADCB
Tints of Lavender Pink #EDADCB
RGB
CMYK
RGB Variations
Color information
#EDADCB (or 0xEDADCB) is known color: Lavender Pink. HEX triplet: ED, AD and CB. RGB value is (237,173,203). Sum of RGB (Red+Green+Blue) = 237+173+203=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADCB is #125234. Grayscale: #C3C3C3. Windows color (decimal): -1200693 or 13348333. OLE color: 13348333.
HSL color Cylindrical-coordinate representation of color #EDADCB: hue angle of 331.88º 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 #EDADCB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 203 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 331.88º | 0.64% | 0.8% | - |
| HSV(B) | 331.88º | 0.27% | 0.93% | - |
| XYZ | 60.65 | 52.2 | 63.38 | - |
| YUV | 195.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 203 | 0 | 0.27 | 0.14 | 0.07 | 331.88 | 0.64 | 0.8 |
| Hex | ED | AD | CB | 0 | 1B | E | 7 | 14C | 40 | 50 |
| Octal | 355 | 255 | 313 | 0 | 33 | 16 | 7 | 514 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11001011 | 0 | 11011 | 1110 | 111 | 101001100 | 1000000 | 1010000 |
Color Harmonies of #EDADCB
Complementary color
Monochromatic Colors of #EDADCB
Black with #EDADCB
Text Example
Text Example
White with #EDADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADCB; }
p { color: rgb(237,173,203); }
H1.HeaderClassName
{
color: #EDADCB;
}
.AnyTagClassName
{
color: #EDADCB;
}
</style>
background-color css
<style>
a { background-color: #EDADCB; }
a { background-color: rgb(237,173,203); }
div.DivClassName
{
background-color: #EDADCB;
}
.BgClassName
{
background-color: #EDADCB;
}
</style>
border-color css
<style>
span { border-color: #EDADCB; }
span { border-color: rgb(237,173,203); }
td.TdClassName
{
border-color: #EDADCB;
}
.TagClassName
{
border-color: #EDADCB;
}
</style>