Shades of Lavender Pink #EDB7D2
Tints of Lavender Pink #EDB7D2
RGB
CMYK
RGB Variations
Color information
#EDB7D2 (or 0xEDB7D2) is known color: Lavender Pink. HEX triplet: ED, B7 and D2. RGB value is (237,183,210). Sum of RGB (Red+Green+Blue) = 237+183+210=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7D2 is #12482D. Grayscale: #CACACA. Windows color (decimal): -1198126 or 13809645. OLE color: 13809645.
HSL color Cylindrical-coordinate representation of color #EDB7D2: hue angle of 330º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7D2 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 210 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.07 |
| HSL | 330º | 0.6% | 0.82% | - |
| HSV(B) | 330º | 0.23% | 0.93% | - |
| XYZ | 63.49 | 56.52 | 68.54 | - |
| YUV | 202.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 210 | 0 | 0.23 | 0.11 | 0.07 | 330 | 0.6 | 0.82 |
| Hex | ED | B7 | D2 | 0 | 17 | B | 7 | 14A | 3C | 52 |
| Octal | 355 | 267 | 322 | 0 | 27 | 13 | 7 | 512 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11010010 | 0 | 10111 | 1011 | 111 | 101001010 | 111100 | 1010010 |
Color Harmonies of #EDB7D2
Complementary color
Monochromatic Colors of #EDB7D2
Black with #EDB7D2
Text Example
Text Example
White with #EDB7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7D2; }
p { color: rgb(237,183,210); }
H1.HeaderClassName
{
color: #EDB7D2;
}
.AnyTagClassName
{
color: #EDB7D2;
}
</style>
background-color css
<style>
a { background-color: #EDB7D2; }
a { background-color: rgb(237,183,210); }
div.DivClassName
{
background-color: #EDB7D2;
}
.BgClassName
{
background-color: #EDB7D2;
}
</style>
border-color css
<style>
span { border-color: #EDB7D2; }
span { border-color: rgb(237,183,210); }
td.TdClassName
{
border-color: #EDB7D2;
}
.TagClassName
{
border-color: #EDB7D2;
}
</style>