#EDBC9C

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

Shades of Mandys Pink #EDBC9C

Tints of Mandys Pink #EDBC9C

Color information

#EDBC9C (or 0xEDBC9C) is unknown color: approx Mandys Pink. HEX triplet: ED, BC and 9C. RGB value is (237,188,156). Sum of RGB (Red+Green+Blue) = 237+188+156=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC9C is #124363. Grayscale: #C7C7C7. Windows color (decimal): -1196900 or 10271981. OLE color: 10271981.

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

Color convert

RGB237188156-
CMYK00.210.340.07
HSL23.7º69.23%77.06%-
HSV(B)23.7º34.18%92.94%-
XYZ58.9156.3739.23-
YUV199103.73155.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 156 (61.33% from 255) = 26.85%
R=40.79%
G=32.36%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718815600.210.340.0723.769.2377.06
HexEDBC9C01522718454d
Octal35527423402542730105115
Binary1110110110111100100111000101011000101111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC9C; }

 p { color: rgb(237,188,156); }

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

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

 a { background-color: rgb(237,188,156); }

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

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

 span { border-color: rgb(237,188,156); }

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