Html Css Color HEX #EED5B7 Pink Lady

📋 copy color: '#EED5B7'

red 238 ◦ green 213 ◦ blue 183

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

Shades of Pink Lady #EED5B7

Tints of Pink Lady #EED5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.86%

R = 37.54%
G = 33.6%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EED5B7 (or 0xEED5B7) is known color: Pink Lady. HEX triplet: EE, D5 and B7. RGB value is (238,213,183). Sum of RGB (Red+Green+Blue) = 238+213+183=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 183 (71.88% from 255 or 28.86% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5B7 is #112A48. Grayscale: #D9D9D9. Windows color (decimal): -1124937 or 12047854. OLE color: 12047854.

HSL color Cylindrical-coordinate representation of color #EED5B7: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EED5B7 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 183 -
CMYK 0 0.11 0.23 0.07
HSL 32.73º 0.62% 0.83% -
HSV(B) 32.73º 0.23% 0.93% -
XYZ 67.6 69.18 54.59 -
YUV 217.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 238 213 183 0 0.11 0.23 0.07 32.73 0.62 0.83
Hex EE D5 B7 0 B 17 7 21 3E 53
Octal 356 325 267 0 13 27 7 41 76 123
Binary 11101110 11010101 10110111 0 1011 10111 111 100001 111110 1010011

Color Harmonies of #EED5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5B7

Black with #EED5B7

Text Example


Text Example

White with #EED5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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