Html Css Color HEX #EED5BC Pink Lady

📋 copy color: '#EED5BC'

red 238 ◦ green 213 ◦ blue 188

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

Shades of Pink Lady #EED5BC

Tints of Pink Lady #EED5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.33%

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

R = 37.25%
G = 33.33%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EED5BC (or 0xEED5BC) is known color: Pink Lady. HEX triplet: EE, D5 and BC. RGB value is (238,213,188). Sum of RGB (Red+Green+Blue) = 238+213+188=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5BC is #112A43. Grayscale: #D9D9D9. Windows color (decimal): -1124932 or 12375534. OLE color: 12375534.

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

Color convert

RGB 238 213 188 -
CMYK 0 0.11 0.21 0.07
HSL 30º 0.6% 0.84% -
HSV(B) 30º 0.21% 0.93% -
XYZ 68.13 69.4 57.38 -
YUV 217.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 238 213 188 0 0.11 0.21 0.07 30 0.6 0.84
Hex EE D5 BC 0 B 15 7 1E 3C 54
Octal 356 325 274 0 13 25 7 36 74 124
Binary 11101110 11010101 10111100 0 1011 10101 111 11110 111100 1010100

Color Harmonies of #EED5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5BC

Black with #EED5BC

Text Example


Text Example

White with #EED5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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