Shades of Lavender Pink #EDB8D4
Tints of Lavender Pink #EDB8D4
RGB
CMYK
RGB Variations
Color information
#EDB8D4 (or 0xEDB8D4) is known color: Lavender Pink. HEX triplet: ED, B8 and D4. RGB value is (237,184,212). Sum of RGB (Red+Green+Blue) = 237+184+212=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8D4 is #12472B. Grayscale: #CACACA. Windows color (decimal): -1197868 or 13940973. OLE color: 13940973.
HSL color Cylindrical-coordinate representation of color #EDB8D4: hue angle of 328.3º 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 #EDB8D4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 184 | 212 | - |
CMYK | 0 | 0.22 | 0.11 | 0.07 |
HSL | 328.3º | 0.6% | 0.83% | - |
HSV(B) | 328.3º | 0.22% | 0.93% | - |
XYZ | 63.95 | 57.04 | 69.93 | - |
YUV | 203.04 | 133.06 | 152.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 184 | 212 | 0 | 0.22 | 0.11 | 0.07 | 328.3 | 0.6 | 0.83 |
Hex | ED | B8 | D4 | 0 | 16 | B | 7 | 148 | 3C | 53 |
Octal | 355 | 270 | 324 | 0 | 26 | 13 | 7 | 510 | 74 | 123 |
Binary | 11101101 | 10111000 | 11010100 | 0 | 10110 | 1011 | 111 | 101001000 | 111100 | 1010011 |
Color Harmonies of #EDB8D4
Complementary color
Monochromatic Colors of #EDB8D4
Black with #EDB8D4
Text Example
Text Example
White with #EDB8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8D4; }
p { color: rgb(237,184,212); }
H1.HeaderClassName
{
color: #EDB8D4;
}
.AnyTagClassName
{
color: #EDB8D4;
}
</style>
background-color css
<style>
a { background-color: #EDB8D4; }
a { background-color: rgb(237,184,212); }
div.DivClassName
{
background-color: #EDB8D4;
}
.BgClassName
{
background-color: #EDB8D4;
}
</style>
border-color css
<style>
span { border-color: #EDB8D4; }
span { border-color: rgb(237,184,212); }
td.TdClassName
{
border-color: #EDB8D4;
}
.TagClassName
{
border-color: #EDB8D4;
}
</style>