Html Css Color HEX #EED1B7 Pink Lady

📋 copy color: '#EED1B7'

red 238 ◦ green 209 ◦ blue 183

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

Shades of Pink Lady #EED1B7

Tints of Pink Lady #EED1B7

RGB

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

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

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

R = 37.78%
G = 33.17%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EED1B7 (or 0xEED1B7) is known color: Pink Lady. HEX triplet: EE, D1 and B7. RGB value is (238,209,183). Sum of RGB (Red+Green+Blue) = 238+209+183=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1B7 is #112E48. Grayscale: #D6D6D6. Windows color (decimal): -1125961 or 12046830. OLE color: 12046830.

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

Color convert

RGB 238 209 183 -
CMYK 0 0.12 0.23 0.07
HSL 28.36º 0.62% 0.83% -
HSV(B) 28.36º 0.23% 0.93% -
XYZ 66.61 67.2 54.26 -
YUV 214.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 238 209 183 0 0.12 0.23 0.07 28.36 0.62 0.83
Hex EE D1 B7 0 C 17 7 1C 3E 53
Octal 356 321 267 0 14 27 7 34 76 123
Binary 11101110 11010001 10110111 0 1100 10111 111 11100 111110 1010011

Color Harmonies of #EED1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1B7

Black with #EED1B7

Text Example


Text Example

White with #EED1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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