Shades of Lavender Pink #EDB8DA
Tints of Lavender Pink #EDB8DA
RGB
CMYK
RGB Variations
Color information
#EDB8DA (or 0xEDB8DA) is known color: Lavender Pink. HEX triplet: ED, B8 and DA. RGB value is (237,184,218). Sum of RGB (Red+Green+Blue) = 237+184+218=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8DA is #124725. Grayscale: #CBCBCB. Windows color (decimal): -1197862 or 14334189. OLE color: 14334189.
HSL color Cylindrical-coordinate representation of color #EDB8DA: hue angle of 321.51º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8DA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 184 | 218 | - |
CMYK | 0 | 0.22 | 0.08 | 0.07 |
HSL | 321.51º | 0.6% | 0.83% | - |
HSV(B) | 321.51º | 0.22% | 0.93% | - |
XYZ | 64.72 | 57.35 | 73.99 | - |
YUV | 203.72 | 136.06 | 151.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 184 | 218 | 0 | 0.22 | 0.08 | 0.07 | 321.51 | 0.6 | 0.83 |
Hex | ED | B8 | DA | 0 | 16 | 8 | 7 | 142 | 3C | 53 |
Octal | 355 | 270 | 332 | 0 | 26 | 10 | 7 | 502 | 74 | 123 |
Binary | 11101101 | 10111000 | 11011010 | 0 | 10110 | 1000 | 111 | 101000010 | 111100 | 1010011 |
Color Harmonies of #EDB8DA
Complementary color
Monochromatic Colors of #EDB8DA
Black with #EDB8DA
Text Example
Text Example
White with #EDB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8DA; }
p { color: rgb(237,184,218); }
H1.HeaderClassName
{
color: #EDB8DA;
}
.AnyTagClassName
{
color: #EDB8DA;
}
</style>
background-color css
<style>
a { background-color: #EDB8DA; }
a { background-color: rgb(237,184,218); }
div.DivClassName
{
background-color: #EDB8DA;
}
.BgClassName
{
background-color: #EDB8DA;
}
</style>
border-color css
<style>
span { border-color: #EDB8DA; }
span { border-color: rgb(237,184,218); }
td.TdClassName
{
border-color: #EDB8DA;
}
.TagClassName
{
border-color: #EDB8DA;
}
</style>