Html Css Color HEX #EED2BA Pink Lady

📋 copy color: '#EED2BA'

red 238 ◦ green 210 ◦ blue 186

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

Shades of Pink Lady #EED2BA

Tints of Pink Lady #EED2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.12%

 BLUE value IS 186 (73.05% from 255) = 29.34%

R = 37.54%
G = 33.12%
B = 29.34%

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

#EED2BA (or 0xEED2BA) is known color: Pink Lady. HEX triplet: EE, D2 and BA. RGB value is (238,210,186). Sum of RGB (Red+Green+Blue) = 238+210+186=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2BA is #112D45. Grayscale: #D7D7D7. Windows color (decimal): -1125702 or 12243694. OLE color: 12243694.

HSL color Cylindrical-coordinate representation of color #EED2BA: hue angle of 27.69º degrees, saturation: 0.6, 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 #EED2BA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 186 -
CMYK 0 0.12 0.22 0.07
HSL 27.69º 0.6% 0.83% -
HSV(B) 27.69º 0.22% 0.93% -
XYZ 67.17 67.82 56 -
YUV 215.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 238 210 186 0 0.12 0.22 0.07 27.69 0.6 0.83
Hex EE D2 BA 0 C 16 7 1C 3C 53
Octal 356 322 272 0 14 26 7 34 74 123
Binary 11101110 11010010 10111010 0 1100 10110 111 11100 111100 1010011

Color Harmonies of #EED2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2BA

Black with #EED2BA

Text Example


Text Example

White with #EED2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2BA; }

 p { color: rgb(238,210,186); }

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

background-color css

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

 a { background-color: rgb(238,210,186); }

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

border-color css

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

 span { border-color: rgb(238,210,186); }

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