Html Css Color HEX #EDD1BA Pink Lady

📋 copy color: '#EDD1BA'

red 237 ◦ green 209 ◦ blue 186

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

Shades of Pink Lady #EDD1BA

Tints of Pink Lady #EDD1BA

RGB

 RED value IS 237 (92.97% from 255) = 37.5%

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

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

R = 37.5%
G = 33.07%
B = 29.43%

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

#EDD1BA (or 0xEDD1BA) is known color: Pink Lady. HEX triplet: ED, D1 and BA. RGB value is (237,209,186). Sum of RGB (Red+Green+Blue) = 237+209+186=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1BA is #122E45. Grayscale: #D6D6D6. Windows color (decimal): -1191494 or 12243437. OLE color: 12243437.

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

Color convert

RGB 237 209 186 -
CMYK 0 0.12 0.22 0.07
HSL 27.06º 0.59% 0.83% -
HSV(B) 27.06º 0.22% 0.93% -
XYZ 66.59 67.15 55.91 -
YUV 214.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 237 209 186 0 0.12 0.22 0.07 27.06 0.59 0.83
Hex ED D1 BA 0 C 16 7 1B 3B 53
Octal 355 321 272 0 14 26 7 33 73 123
Binary 11101101 11010001 10111010 0 1100 10110 111 11011 111011 1010011

Color Harmonies of #EDD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1BA

Black with #EDD1BA

Text Example


Text Example

White with #EDD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1BA; }

 p { color: rgb(237,209,186); }

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

background-color css

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

 a { background-color: rgb(237,209,186); }

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

border-color css

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

 span { border-color: rgb(237,209,186); }

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