Shades of Lavender Pink #EDB2D5
Tints of Lavender Pink #EDB2D5
RGB
CMYK
RGB Variations
Color information
#EDB2D5 (or 0xEDB2D5) is known color: Lavender Pink. HEX triplet: ED, B2 and D5. RGB value is (237,178,213). Sum of RGB (Red+Green+Blue) = 237+178+213=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2D5 is #124D2A. Grayscale: #C7C7C7. Windows color (decimal): -1199403 or 14004973. OLE color: 14004973.
HSL color Cylindrical-coordinate representation of color #EDB2D5: hue angle of 324.41º 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 #EDB2D5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 213 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.07 |
| HSL | 324.41º | 0.62% | 0.81% | - |
| HSV(B) | 324.41º | 0.25% | 0.93% | - |
| XYZ | 62.86 | 54.65 | 70.19 | - |
| YUV | 199.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 213 | 0 | 0.25 | 0.10 | 0.07 | 324.41 | 0.62 | 0.81 |
| Hex | ED | B2 | D5 | 0 | 19 | A | 7 | 144 | 3E | 51 |
| Octal | 355 | 262 | 325 | 0 | 31 | 12 | 7 | 504 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11010101 | 0 | 11001 | 1010 | 111 | 101000100 | 111110 | 1010001 |
Color Harmonies of #EDB2D5
Complementary color
Monochromatic Colors of #EDB2D5
Black with #EDB2D5
Text Example
Text Example
White with #EDB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2D5; }
p { color: rgb(237,178,213); }
H1.HeaderClassName
{
color: #EDB2D5;
}
.AnyTagClassName
{
color: #EDB2D5;
}
</style>
background-color css
<style>
a { background-color: #EDB2D5; }
a { background-color: rgb(237,178,213); }
div.DivClassName
{
background-color: #EDB2D5;
}
.BgClassName
{
background-color: #EDB2D5;
}
</style>
border-color css
<style>
span { border-color: #EDB2D5; }
span { border-color: rgb(237,178,213); }
td.TdClassName
{
border-color: #EDB2D5;
}
.TagClassName
{
border-color: #EDB2D5;
}
</style>