Html Css Color HEX #EED6B9 Pink Lady

📋 copy color: '#EED6B9'

red 238 ◦ green 214 ◦ blue 185

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

Shades of Pink Lady #EED6B9

Tints of Pink Lady #EED6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.59%

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

R = 37.36%
G = 33.59%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EED6B9 (or 0xEED6B9) is known color: Pink Lady. HEX triplet: EE, D6 and B9. RGB value is (238,214,185). Sum of RGB (Red+Green+Blue) = 238+214+185=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6B9 is #112946. Grayscale: #DADADA. Windows color (decimal): -1124679 or 12179182. OLE color: 12179182.

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

Color convert

RGB 238 214 185 -
CMYK 0 0.10 0.22 0.07
HSL 32.83º 0.61% 0.83% -
HSV(B) 32.83º 0.22% 0.93% -
XYZ 68.06 69.77 55.78 -
YUV 217.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 238 214 185 0 0.10 0.22 0.07 32.83 0.61 0.83
Hex EE D6 B9 0 A 16 7 21 3D 53
Octal 356 326 271 0 12 26 7 41 75 123
Binary 11101110 11010110 10111001 0 1010 10110 111 100001 111101 1010011

Color Harmonies of #EED6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6B9

Black with #EED6B9

Text Example


Text Example

White with #EED6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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