Html Css Color HEX #EDD5BA Pink Lady

📋 copy color: '#EDD5BA'

red 237 ◦ green 213 ◦ blue 186

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

Shades of Pink Lady #EDD5BA

Tints of Pink Lady #EDD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.49%

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

R = 37.26%
G = 33.49%
B = 29.25%

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

#EDD5BA (or 0xEDD5BA) is known color: Pink Lady. HEX triplet: ED, D5 and BA. RGB value is (237,213,186). Sum of RGB (Red+Green+Blue) = 237+213+186=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BA is #122A45. Grayscale: #D9D9D9. Windows color (decimal): -1190470 or 12244461. OLE color: 12244461.

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

Color convert

RGB 237 213 186 -
CMYK 0 0.10 0.22 0.07
HSL 31.76º 0.59% 0.83% -
HSV(B) 31.76º 0.22% 0.93% -
XYZ 67.58 69.14 56.24 -
YUV 217.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 237 213 186 0 0.10 0.22 0.07 31.76 0.59 0.83
Hex ED D5 BA 0 A 16 7 20 3B 53
Octal 355 325 272 0 12 26 7 40 73 123
Binary 11101101 11010101 10111010 0 1010 10110 111 100000 111011 1010011

Color Harmonies of #EDD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5BA

Black with #EDD5BA

Text Example


Text Example

White with #EDD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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