Shades of Lavender Pink #EDB2D2
Tints of Lavender Pink #EDB2D2
RGB
CMYK
RGB Variations
Color information
#EDB2D2 (or 0xEDB2D2) is known color: Lavender Pink. HEX triplet: ED, B2 and D2. RGB value is (237,178,210). Sum of RGB (Red+Green+Blue) = 237+178+210=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2D2 is #124D2D. Grayscale: #C7C7C7. Windows color (decimal): -1199406 or 13808365. OLE color: 13808365.
HSL color Cylindrical-coordinate representation of color #EDB2D2: hue angle of 327.46º 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 #EDB2D2 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 210 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.07 |
| HSL | 327.46º | 0.62% | 0.81% | - |
| HSV(B) | 327.46º | 0.25% | 0.93% | - |
| XYZ | 62.48 | 54.5 | 68.2 | - |
| YUV | 199.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 210 | 0 | 0.25 | 0.11 | 0.07 | 327.46 | 0.62 | 0.81 |
| Hex | ED | B2 | D2 | 0 | 19 | B | 7 | 147 | 3E | 51 |
| Octal | 355 | 262 | 322 | 0 | 31 | 13 | 7 | 507 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11010010 | 0 | 11001 | 1011 | 111 | 101000111 | 111110 | 1010001 |
Color Harmonies of #EDB2D2
Complementary color
Monochromatic Colors of #EDB2D2
Black with #EDB2D2
Text Example
Text Example
White with #EDB2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2D2; }
p { color: rgb(237,178,210); }
H1.HeaderClassName
{
color: #EDB2D2;
}
.AnyTagClassName
{
color: #EDB2D2;
}
</style>
background-color css
<style>
a { background-color: #EDB2D2; }
a { background-color: rgb(237,178,210); }
div.DivClassName
{
background-color: #EDB2D2;
}
.BgClassName
{
background-color: #EDB2D2;
}
</style>
border-color css
<style>
span { border-color: #EDB2D2; }
span { border-color: rgb(237,178,210); }
td.TdClassName
{
border-color: #EDB2D2;
}
.TagClassName
{
border-color: #EDB2D2;
}
</style>