Shades of Lavender Pink #EDB2D3
Tints of Lavender Pink #EDB2D3
RGB
CMYK
RGB Variations
Color information
#EDB2D3 (or 0xEDB2D3) is known color: Lavender Pink. HEX triplet: ED, B2 and D3. RGB value is (237,178,211). Sum of RGB (Red+Green+Blue) = 237+178+211=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2D3 is #124D2C. Grayscale: #C7C7C7. Windows color (decimal): -1199405 or 13873901. OLE color: 13873901.
HSL color Cylindrical-coordinate representation of color #EDB2D3: hue angle of 326.44º 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 #EDB2D3 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 178 | 211 | - |
CMYK | 0 | 0.25 | 0.11 | 0.07 |
HSL | 326.44º | 0.62% | 0.81% | - |
HSV(B) | 326.44º | 0.25% | 0.93% | - |
XYZ | 62.6 | 54.55 | 68.86 | - |
YUV | 199.4 | 134.55 | 154.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 178 | 211 | 0 | 0.25 | 0.11 | 0.07 | 326.44 | 0.62 | 0.81 |
Hex | ED | B2 | D3 | 0 | 19 | B | 7 | 146 | 3E | 51 |
Octal | 355 | 262 | 323 | 0 | 31 | 13 | 7 | 506 | 76 | 121 |
Binary | 11101101 | 10110010 | 11010011 | 0 | 11001 | 1011 | 111 | 101000110 | 111110 | 1010001 |
Color Harmonies of #EDB2D3
Complementary color
Monochromatic Colors of #EDB2D3
Black with #EDB2D3
Text Example
Text Example
White with #EDB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2D3; }
p { color: rgb(237,178,211); }
H1.HeaderClassName
{
color: #EDB2D3;
}
.AnyTagClassName
{
color: #EDB2D3;
}
</style>
background-color css
<style>
a { background-color: #EDB2D3; }
a { background-color: rgb(237,178,211); }
div.DivClassName
{
background-color: #EDB2D3;
}
.BgClassName
{
background-color: #EDB2D3;
}
</style>
border-color css
<style>
span { border-color: #EDB2D3; }
span { border-color: rgb(237,178,211); }
td.TdClassName
{
border-color: #EDB2D3;
}
.TagClassName
{
border-color: #EDB2D3;
}
</style>