Shades of Lavender Pink #EDB2D6
Tints of Lavender Pink #EDB2D6
RGB
CMYK
RGB Variations
Color information
#EDB2D6 (or 0xEDB2D6) is known color: Lavender Pink. HEX triplet: ED, B2 and D6. RGB value is (237,178,214). Sum of RGB (Red+Green+Blue) = 237+178+214=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2D6 is #124D29. Grayscale: #C7C7C7. Windows color (decimal): -1199402 or 14070509. OLE color: 14070509.
HSL color Cylindrical-coordinate representation of color #EDB2D6: hue angle of 323.39º 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 #EDB2D6 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 178 | 214 | - |
CMYK | 0 | 0.25 | 0.10 | 0.07 |
HSL | 323.39º | 0.62% | 0.81% | - |
HSV(B) | 323.39º | 0.25% | 0.93% | - |
XYZ | 62.98 | 54.7 | 70.86 | - |
YUV | 199.75 | 136.05 | 154.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 178 | 214 | 0 | 0.25 | 0.10 | 0.07 | 323.39 | 0.62 | 0.81 |
Hex | ED | B2 | D6 | 0 | 19 | A | 7 | 143 | 3E | 51 |
Octal | 355 | 262 | 326 | 0 | 31 | 12 | 7 | 503 | 76 | 121 |
Binary | 11101101 | 10110010 | 11010110 | 0 | 11001 | 1010 | 111 | 101000011 | 111110 | 1010001 |
Color Harmonies of #EDB2D6
Complementary color
Monochromatic Colors of #EDB2D6
Black with #EDB2D6
Text Example
Text Example
White with #EDB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2D6; }
p { color: rgb(237,178,214); }
H1.HeaderClassName
{
color: #EDB2D6;
}
.AnyTagClassName
{
color: #EDB2D6;
}
</style>
background-color css
<style>
a { background-color: #EDB2D6; }
a { background-color: rgb(237,178,214); }
div.DivClassName
{
background-color: #EDB2D6;
}
.BgClassName
{
background-color: #EDB2D6;
}
</style>
border-color css
<style>
span { border-color: #EDB2D6; }
span { border-color: rgb(237,178,214); }
td.TdClassName
{
border-color: #EDB2D6;
}
.TagClassName
{
border-color: #EDB2D6;
}
</style>