Html Css Color HEX #EED3BB Pink Lady

📋 copy color: '#EED3BB'

red 238 ◦ green 211 ◦ blue 187

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

Shades of Pink Lady #EED3BB

Tints of Pink Lady #EED3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.18%

 BLUE value IS 187 (73.44% from 255) = 29.4%

R = 37.42%
G = 33.18%
B = 29.4%

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

#EED3BB (or 0xEED3BB) is known color: Pink Lady. HEX triplet: EE, D3 and BB. RGB value is (238,211,187). Sum of RGB (Red+Green+Blue) = 238+211+187=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3BB is #112C44. Grayscale: #D8D8D8. Windows color (decimal): -1125445 or 12309486. OLE color: 12309486.

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

Color convert

RGB 238 211 187 -
CMYK 0 0.11 0.21 0.07
HSL 28.24º 0.6% 0.83% -
HSV(B) 28.24º 0.21% 0.93% -
XYZ 67.52 68.35 56.65 -
YUV 216.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 238 211 187 0 0.11 0.21 0.07 28.24 0.6 0.83
Hex EE D3 BB 0 B 15 7 1C 3C 53
Octal 356 323 273 0 13 25 7 34 74 123
Binary 11101110 11010011 10111011 0 1011 10101 111 11100 111100 1010011

Color Harmonies of #EED3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3BB

Black with #EED3BB

Text Example


Text Example

White with #EED3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3BB; }

 p { color: rgb(238,211,187); }

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

background-color css

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

 a { background-color: rgb(238,211,187); }

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

border-color css

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

 span { border-color: rgb(238,211,187); }

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