Shades of Lavender Pink #EDB0D6
Tints of Lavender Pink #EDB0D6
RGB
CMYK
RGB Variations
Color information
#EDB0D6 (or 0xEDB0D6) is known color: Lavender Pink. HEX triplet: ED, B0 and D6. RGB value is (237,176,214). Sum of RGB (Red+Green+Blue) = 237+176+214=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0D6 is #124F29. Grayscale: #C6C6C6. Windows color (decimal): -1199914 or 14069997. OLE color: 14069997.
HSL color Cylindrical-coordinate representation of color #EDB0D6: hue angle of 322.62º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0D6 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 214 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.07 |
| HSL | 322.62º | 0.63% | 0.81% | - |
| HSV(B) | 322.62º | 0.26% | 0.93% | - |
| XYZ | 62.59 | 53.91 | 70.73 | - |
| YUV | 198.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 214 | 0 | 0.26 | 0.10 | 0.07 | 322.62 | 0.63 | 0.81 |
| Hex | ED | B0 | D6 | 0 | 1A | A | 7 | 143 | 3F | 51 |
| Octal | 355 | 260 | 326 | 0 | 32 | 12 | 7 | 503 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11010110 | 0 | 11010 | 1010 | 111 | 101000011 | 111111 | 1010001 |
Color Harmonies of #EDB0D6
Complementary color
Monochromatic Colors of #EDB0D6
Black with #EDB0D6
Text Example
Text Example
White with #EDB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0D6; }
p { color: rgb(237,176,214); }
H1.HeaderClassName
{
color: #EDB0D6;
}
.AnyTagClassName
{
color: #EDB0D6;
}
</style>
background-color css
<style>
a { background-color: #EDB0D6; }
a { background-color: rgb(237,176,214); }
div.DivClassName
{
background-color: #EDB0D6;
}
.BgClassName
{
background-color: #EDB0D6;
}
</style>
border-color css
<style>
span { border-color: #EDB0D6; }
span { border-color: rgb(237,176,214); }
td.TdClassName
{
border-color: #EDB0D6;
}
.TagClassName
{
border-color: #EDB0D6;
}
</style>