Shades of Lavender Pink #EDB2D7
Tints of Lavender Pink #EDB2D7
RGB
CMYK
RGB Variations
Color information
#EDB2D7 (or 0xEDB2D7) is known color: Lavender Pink. HEX triplet: ED, B2 and D7. RGB value is (237,178,215). Sum of RGB (Red+Green+Blue) = 237+178+215=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2D7 is #124D28. Grayscale: #C7C7C7. Windows color (decimal): -1199401 or 14136045. OLE color: 14136045.
HSL color Cylindrical-coordinate representation of color #EDB2D7: hue angle of 322.37º 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 #EDB2D7 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 178 | 215 | - |
CMYK | 0 | 0.25 | 0.09 | 0.07 |
HSL | 322.37º | 0.62% | 0.81% | - |
HSV(B) | 322.37º | 0.25% | 0.93% | - |
XYZ | 63.11 | 54.75 | 71.53 | - |
YUV | 199.86 | 136.55 | 154.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 178 | 215 | 0 | 0.25 | 0.09 | 0.07 | 322.37 | 0.62 | 0.81 |
Hex | ED | B2 | D7 | 0 | 19 | 9 | 7 | 142 | 3E | 51 |
Octal | 355 | 262 | 327 | 0 | 31 | 11 | 7 | 502 | 76 | 121 |
Binary | 11101101 | 10110010 | 11010111 | 0 | 11001 | 1001 | 111 | 101000010 | 111110 | 1010001 |
Color Harmonies of #EDB2D7
Complementary color
Monochromatic Colors of #EDB2D7
Black with #EDB2D7
Text Example
Text Example
White with #EDB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2D7; }
p { color: rgb(237,178,215); }
H1.HeaderClassName
{
color: #EDB2D7;
}
.AnyTagClassName
{
color: #EDB2D7;
}
</style>
background-color css
<style>
a { background-color: #EDB2D7; }
a { background-color: rgb(237,178,215); }
div.DivClassName
{
background-color: #EDB2D7;
}
.BgClassName
{
background-color: #EDB2D7;
}
</style>
border-color css
<style>
span { border-color: #EDB2D7; }
span { border-color: rgb(237,178,215); }
td.TdClassName
{
border-color: #EDB2D7;
}
.TagClassName
{
border-color: #EDB2D7;
}
</style>