Shades of Lavender Pink #EDB4CE
Tints of Lavender Pink #EDB4CE
RGB
CMYK
RGB Variations
Color information
#EDB4CE (or 0xEDB4CE) is known color: Lavender Pink. HEX triplet: ED, B4 and CE. RGB value is (237,180,206). Sum of RGB (Red+Green+Blue) = 237+180+206=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4CE is #124B31. Grayscale: #C7C7C7. Windows color (decimal): -1198898 or 13546733. OLE color: 13546733.
HSL color Cylindrical-coordinate representation of color #EDB4CE: hue angle of 332.63º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB4CE is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 206 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.07 |
| HSL | 332.63º | 0.61% | 0.82% | - |
| HSV(B) | 332.63º | 0.24% | 0.93% | - |
| XYZ | 62.39 | 55.1 | 65.74 | - |
| YUV | 200.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 206 | 0 | 0.24 | 0.13 | 0.07 | 332.63 | 0.61 | 0.82 |
| Hex | ED | B4 | CE | 0 | 18 | D | 7 | 14D | 3D | 52 |
| Octal | 355 | 264 | 316 | 0 | 30 | 15 | 7 | 515 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11001110 | 0 | 11000 | 1101 | 111 | 101001101 | 111101 | 1010010 |
Color Harmonies of #EDB4CE
Complementary color
Monochromatic Colors of #EDB4CE
Black with #EDB4CE
Text Example
Text Example
White with #EDB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4CE; }
p { color: rgb(237,180,206); }
H1.HeaderClassName
{
color: #EDB4CE;
}
.AnyTagClassName
{
color: #EDB4CE;
}
</style>
background-color css
<style>
a { background-color: #EDB4CE; }
a { background-color: rgb(237,180,206); }
div.DivClassName
{
background-color: #EDB4CE;
}
.BgClassName
{
background-color: #EDB4CE;
}
</style>
border-color css
<style>
span { border-color: #EDB4CE; }
span { border-color: rgb(237,180,206); }
td.TdClassName
{
border-color: #EDB4CE;
}
.TagClassName
{
border-color: #EDB4CE;
}
</style>