#EDBB9B

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

Shades of Mandys Pink #EDBB9B

Tints of Mandys Pink #EDBB9B

Color information

#EDBB9B (or 0xEDBB9B) is unknown color: approx Mandys Pink. HEX triplet: ED, BB and 9B. RGB value is (237,187,155). Sum of RGB (Red+Green+Blue) = 237+187+155=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB9B is #124464. Grayscale: #C6C6C6. Windows color (decimal): -1197157 or 10206189. OLE color: 10206189.

HSL color Cylindrical-coordinate representation of color #EDBB9B: hue angle of 23.41º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDBB9B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237187155-
CMYK00.210.350.07
HSL23.41º69.49%76.86%-
HSV(B)23.41º34.6%92.94%-
XYZ58.6155.9138.71-
YUV198.3103.56155.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 155 (60.94% from 255) = 26.77%
R=40.93%
G=32.30%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718715500.210.350.0723.4169.4976.86
HexEDBB9B01523717454d
Octal35527323302543727105115
Binary1110110110111011100110110101011000111111011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB9B; }

 p { color: rgb(237,187,155); }

 H1.HeaderClassName
 {
   color: #EDBB9B;
 }
 .AnyTagClassName
 {
   color: #EDBB9B;
 }
</style>
background-color css

<style>
 a { background-color: #EDBB9B; }

 a { background-color: rgb(237,187,155); }

 div.DivClassName
 {
   background-color: #EDBB9B;
 }
 .BgClassName
 {
   background-color: #EDBB9B;
 }
</style>
border-color css

<style>
 span { border-color: #EDBB9B; }

 span { border-color: rgb(237,187,155); }

 td.TdClassName
 {
   border-color: #EDBB9B;
 }
 .TagClassName
 {
   border-color: #EDBB9B;
 }
</style>