Html Css Color HEX #EDBD9C Mandys Pink

📋 copy color: '#EDBD9C'

red 237 ◦ green 189 ◦ blue 156

#EDBD9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandys Pink #EDBD9C

Tints of Mandys Pink #EDBD9C

RGB

 RED value IS 237 (92.97% from 255) = 40.72%

 GREEN value IS 189 (74.22% from 255) = 32.47%

 BLUE value IS 156 (61.33% from 255) = 26.8%

R = 40.72%
G = 32.47%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDBD9C (or 0xEDBD9C) is known color: Mandys Pink. HEX triplet: ED, BD and 9C. RGB value is (237,189,156). Sum of RGB (Red+Green+Blue) = 237+189+156=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD9C is #124263. Grayscale: #C7C7C7. Windows color (decimal): -1196644 or 10272237. OLE color: 10272237.

HSL color Cylindrical-coordinate representation of color #EDBD9C: hue angle of 24.44º 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 #EDBD9C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 156 -
CMYK 0 0.20 0.34 0.07
HSL 24.44º 0.69% 0.77% -
HSV(B) 24.44º 0.34% 0.93% -
XYZ 59.12 56.8 39.3 -
YUV 199.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 237 189 156 0 0.20 0.34 0.07 24.44 0.69 0.77
Hex ED BD 9C 0 14 22 7 18 45 4D
Octal 355 275 234 0 24 42 7 30 105 115
Binary 11101101 10111101 10011100 0 10100 100010 111 11000 1000101 1001101

Color Harmonies of #EDBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD9C

Black with #EDBD9C

Text Example


Text Example

White with #EDBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD9C; }

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

 H1.HeaderClassName
 {
   color: #EDBD9C;
 }
 .AnyTagClassName
 {
   color: #EDBD9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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