#EDBD9E

Color #EDBD9E Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #EDBD9E

Tints of Mandys Pink #EDBD9E

Color information

#EDBD9E (or 0xEDBD9E) is unknown color: approx 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

RGB237189158-
CMYK00.200.330.07
HSL23.54º68.7%77.45%-
HSV(B)23.54º33.33%92.94%-
XYZ59.2956.8740.2-
YUV199.82104.4154.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 158 (62.11% from 255) = 27.05%
R=40.58%
G=32.36%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718915800.200.330.0723.5468.777.45
HexEDBD9E01421718454d
Octal35527523602441730105115
Binary1110110110111101100111100101001000011111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>