Shades of Mandys Pink #EDBB9E
Tints of Mandys Pink #EDBB9E
RGB
CMYK
RGB Variations
Color information
#EDBB9E (or 0xEDBB9E) is known color: Mandys Pink. HEX triplet: ED, BB and 9E. RGB value is (237,187,158). Sum of RGB (Red+Green+Blue) = 237+187+158=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB9E is #124461. Grayscale: #C6C6C6. Windows color (decimal): -1197154 or 10402797. OLE color: 10402797.
HSL color Cylindrical-coordinate representation of color #EDBB9E: hue angle of 22.03º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDBB9E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 158 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.07 |
| HSL | 22.03º | 0.69% | 0.77% | - |
| HSV(B) | 22.03º | 0.33% | 0.93% | - |
| XYZ | 58.87 | 56.01 | 40.06 | - |
| YUV | 198.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 158 | 0 | 0.21 | 0.33 | 0.07 | 22.03 | 0.69 | 0.77 |
| Hex | ED | BB | 9E | 0 | 15 | 21 | 7 | 16 | 45 | 4D |
| Octal | 355 | 273 | 236 | 0 | 25 | 41 | 7 | 26 | 105 | 115 |
| Binary | 11101101 | 10111011 | 10011110 | 0 | 10101 | 100001 | 111 | 10110 | 1000101 | 1001101 |
Color Harmonies of #EDBB9E
Complementary color
Monochromatic Colors of #EDBB9E
Black with #EDBB9E
Text Example
Text Example
White with #EDBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB9E; }
p { color: rgb(237,187,158); }
H1.HeaderClassName
{
color: #EDBB9E;
}
.AnyTagClassName
{
color: #EDBB9E;
}
</style>
background-color css
<style>
a { background-color: #EDBB9E; }
a { background-color: rgb(237,187,158); }
div.DivClassName
{
background-color: #EDBB9E;
}
.BgClassName
{
background-color: #EDBB9E;
}
</style>
border-color css
<style>
span { border-color: #EDBB9E; }
span { border-color: rgb(237,187,158); }
td.TdClassName
{
border-color: #EDBB9E;
}
.TagClassName
{
border-color: #EDBB9E;
}
</style>