Shades of Mandys Pink #EDBDA1
Tints of Mandys Pink #EDBDA1
RGB
CMYK
RGB Variations
Color information
#EDBDA1 (or 0xEDBDA1) is known color: Mandys Pink. HEX triplet: ED, BD and A1. RGB value is (237,189,161). Sum of RGB (Red+Green+Blue) = 237+189+161=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA1 is #12425E. Grayscale: #C8C8C8. Windows color (decimal): -1196639 or 10599917. OLE color: 10599917.
HSL color Cylindrical-coordinate representation of color #EDBDA1: hue angle of 22.11º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDBDA1 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 161 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.07 |
| HSL | 22.11º | 0.68% | 0.78% | - |
| HSV(B) | 22.11º | 0.32% | 0.93% | - |
| XYZ | 59.56 | 56.97 | 41.58 | - |
| YUV | 200.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 161 | 0 | 0.20 | 0.32 | 0.07 | 22.11 | 0.68 | 0.78 |
| Hex | ED | BD | A1 | 0 | 14 | 20 | 7 | 16 | 44 | 4E |
| Octal | 355 | 275 | 241 | 0 | 24 | 40 | 7 | 26 | 104 | 116 |
| Binary | 11101101 | 10111101 | 10100001 | 0 | 10100 | 100000 | 111 | 10110 | 1000100 | 1001110 |
Color Harmonies of #EDBDA1
Complementary color
Monochromatic Colors of #EDBDA1
Black with #EDBDA1
Text Example
Text Example
White with #EDBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDA1; }
p { color: rgb(237,189,161); }
H1.HeaderClassName
{
color: #EDBDA1;
}
.AnyTagClassName
{
color: #EDBDA1;
}
</style>
background-color css
<style>
a { background-color: #EDBDA1; }
a { background-color: rgb(237,189,161); }
div.DivClassName
{
background-color: #EDBDA1;
}
.BgClassName
{
background-color: #EDBDA1;
}
</style>
border-color css
<style>
span { border-color: #EDBDA1; }
span { border-color: rgb(237,189,161); }
td.TdClassName
{
border-color: #EDBDA1;
}
.TagClassName
{
border-color: #EDBDA1;
}
</style>