Shades of Mandys Pink #EDBD9E
Tints of Mandys Pink #EDBD9E
RGB
CMYK
RGB Variations
Color information
#EDBD9E (or 0xEDBD9E) is known color: Mandys Pink. HEX triplet: ED, BD and 9E. RGB value is (237,189,158). Sum of RGB (Red+Green+Blue) = 237+189+158=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD9E is #124261. Grayscale: #C7C7C7. Windows color (decimal): -1196642 or 10403309. OLE color: 10403309.
HSL color Cylindrical-coordinate representation of color #EDBD9E: hue angle of 23.54º 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 #EDBD9E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 158 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.07 |
| HSL | 23.54º | 0.69% | 0.77% | - |
| HSV(B) | 23.54º | 0.33% | 0.93% | - |
| XYZ | 59.29 | 56.87 | 40.2 | - |
| YUV | 199.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 158 | 0 | 0.20 | 0.33 | 0.07 | 23.54 | 0.69 | 0.77 |
| Hex | ED | BD | 9E | 0 | 14 | 21 | 7 | 18 | 45 | 4D |
| Octal | 355 | 275 | 236 | 0 | 24 | 41 | 7 | 30 | 105 | 115 |
| Binary | 11101101 | 10111101 | 10011110 | 0 | 10100 | 100001 | 111 | 11000 | 1000101 | 1001101 |
Color Harmonies of #EDBD9E
Complementary color
Monochromatic Colors of #EDBD9E
Black with #EDBD9E
Text Example
Text Example
White with #EDBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD9E; }
p { color: rgb(237,189,158); }
H1.HeaderClassName
{
color: #EDBD9E;
}
.AnyTagClassName
{
color: #EDBD9E;
}
</style>
background-color css
<style>
a { background-color: #EDBD9E; }
a { background-color: rgb(237,189,158); }
div.DivClassName
{
background-color: #EDBD9E;
}
.BgClassName
{
background-color: #EDBD9E;
}
</style>
border-color css
<style>
span { border-color: #EDBD9E; }
span { border-color: rgb(237,189,158); }
td.TdClassName
{
border-color: #EDBD9E;
}
.TagClassName
{
border-color: #EDBD9E;
}
</style>