Html Css Color HEX #EED7BC Pink Lady

📋 copy color: '#EED7BC'

red 238 ◦ green 215 ◦ blue 188

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

Shades of Pink Lady #EED7BC

Tints of Pink Lady #EED7BC

RGB

 RED value IS 238 (93.36% from 255) = 37.13%

 GREEN value IS 215 (84.38% from 255) = 33.54%

 BLUE value IS 188 (73.83% from 255) = 29.33%

R = 37.13%
G = 33.54%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EED7BC (or 0xEED7BC) is known color: Pink Lady. HEX triplet: EE, D7 and BC. RGB value is (238,215,188). Sum of RGB (Red+Green+Blue) = 238+215+188=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BC is #112843. Grayscale: #DADADA. Windows color (decimal): -1124420 or 12376046. OLE color: 12376046.

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

Color convert

RGB 238 215 188 -
CMYK 0 0.10 0.21 0.07
HSL 32.4º 0.6% 0.84% -
HSV(B) 32.4º 0.21% 0.93% -
XYZ 68.64 70.41 57.55 -
YUV 218.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 238 215 188 0 0.10 0.21 0.07 32.4 0.6 0.84
Hex EE D7 BC 0 A 15 7 20 3C 54
Octal 356 327 274 0 12 25 7 40 74 124
Binary 11101110 11010111 10111100 0 1010 10101 111 100000 111100 1010100

Color Harmonies of #EED7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7BC

Black with #EED7BC

Text Example


Text Example

White with #EED7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7BC; }

 p { color: rgb(238,215,188); }

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

background-color css

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

 a { background-color: rgb(238,215,188); }

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

border-color css

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

 span { border-color: rgb(238,215,188); }

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