Html Css Color HEX #EED7BB Pink Lady

📋 copy color: '#EED7BB'

red 238 ◦ green 215 ◦ blue 187

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

Shades of Pink Lady #EED7BB

Tints of Pink Lady #EED7BB

RGB

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

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

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

R = 37.19%
G = 33.59%
B = 29.22%

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

#EED7BB (or 0xEED7BB) is known color: Pink Lady. HEX triplet: EE, D7 and BB. RGB value is (238,215,187). Sum of RGB (Red+Green+Blue) = 238+215+187=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BB is #112844. Grayscale: #DADADA. Windows color (decimal): -1124421 or 12310510. OLE color: 12310510.

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

Color convert

RGB 238 215 187 -
CMYK 0 0.10 0.21 0.07
HSL 32.94º 0.6% 0.83% -
HSV(B) 32.94º 0.21% 0.93% -
XYZ 68.53 70.37 56.98 -
YUV 218.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 238 215 187 0 0.10 0.21 0.07 32.94 0.6 0.83
Hex EE D7 BB 0 A 15 7 21 3C 53
Octal 356 327 273 0 12 25 7 41 74 123
Binary 11101110 11010111 10111011 0 1010 10101 111 100001 111100 1010011

Color Harmonies of #EED7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7BB

Black with #EED7BB

Text Example


Text Example

White with #EED7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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