Shades of Lavender Pink #EDB1CD
Tints of Lavender Pink #EDB1CD
RGB
CMYK
RGB Variations
Color information
#EDB1CD (or 0xEDB1CD) is known color: Lavender Pink. HEX triplet: ED, B1 and CD. RGB value is (237,177,205). Sum of RGB (Red+Green+Blue) = 237+177+205=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1CD is #124E32. Grayscale: #C6C6C6. Windows color (decimal): -1199667 or 13480429. OLE color: 13480429.
HSL color Cylindrical-coordinate representation of color #EDB1CD: hue angle of 332º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB1CD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 205 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.07 |
| HSL | 332º | 0.63% | 0.81% | - |
| HSV(B) | 332º | 0.25% | 0.93% | - |
| XYZ | 61.67 | 53.86 | 64.9 | - |
| YUV | 198.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 205 | 0 | 0.25 | 0.14 | 0.07 | 332 | 0.63 | 0.81 |
| Hex | ED | B1 | CD | 0 | 19 | E | 7 | 14C | 3E | 51 |
| Octal | 355 | 261 | 315 | 0 | 31 | 16 | 7 | 514 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11001101 | 0 | 11001 | 1110 | 111 | 101001100 | 111110 | 1010001 |
Color Harmonies of #EDB1CD
Complementary color
Monochromatic Colors of #EDB1CD
Black with #EDB1CD
Text Example
Text Example
White with #EDB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1CD; }
p { color: rgb(237,177,205); }
H1.HeaderClassName
{
color: #EDB1CD;
}
.AnyTagClassName
{
color: #EDB1CD;
}
</style>
background-color css
<style>
a { background-color: #EDB1CD; }
a { background-color: rgb(237,177,205); }
div.DivClassName
{
background-color: #EDB1CD;
}
.BgClassName
{
background-color: #EDB1CD;
}
</style>
border-color css
<style>
span { border-color: #EDB1CD; }
span { border-color: rgb(237,177,205); }
td.TdClassName
{
border-color: #EDB1CD;
}
.TagClassName
{
border-color: #EDB1CD;
}
</style>