Html Css Color HEX #EED1B9 Pink Lady

📋 copy color: '#EED1B9'

red 238 ◦ green 209 ◦ blue 185

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

Shades of Pink Lady #EED1B9

Tints of Pink Lady #EED1B9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.07%

 BLUE value IS 185 (72.66% from 255) = 29.27%

R = 37.66%
G = 33.07%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EED1B9 (or 0xEED1B9) is known color: Pink Lady. HEX triplet: EE, D1 and B9. RGB value is (238,209,185). Sum of RGB (Red+Green+Blue) = 238+209+185=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1B9 is #112E46. Grayscale: #D7D7D7. Windows color (decimal): -1125959 or 12177902. OLE color: 12177902.

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

Color convert

RGB 238 209 185 -
CMYK 0 0.12 0.22 0.07
HSL 27.17º 0.61% 0.83% -
HSV(B) 27.17º 0.22% 0.93% -
XYZ 66.82 67.28 55.36 -
YUV 214.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 238 209 185 0 0.12 0.22 0.07 27.17 0.61 0.83
Hex EE D1 B9 0 C 16 7 1B 3D 53
Octal 356 321 271 0 14 26 7 33 75 123
Binary 11101110 11010001 10111001 0 1100 10110 111 11011 111101 1010011

Color Harmonies of #EED1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1B9

Black with #EED1B9

Text Example


Text Example

White with #EED1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1B9; }

 p { color: rgb(238,209,185); }

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

background-color css

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

 a { background-color: rgb(238,209,185); }

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

border-color css

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

 span { border-color: rgb(238,209,185); }

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