Html Css Color HEX #EDD3BB Pink Lady

📋 copy color: '#EDD3BB'

red 237 ◦ green 211 ◦ blue 187

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

Shades of Pink Lady #EDD3BB

Tints of Pink Lady #EDD3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.23%

 BLUE value IS 187 (73.44% from 255) = 29.45%

R = 37.32%
G = 33.23%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDD3BB (or 0xEDD3BB) is known color: Pink Lady. HEX triplet: ED, D3 and BB. RGB value is (237,211,187). Sum of RGB (Red+Green+Blue) = 237+211+187=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3BB is #122C44. Grayscale: #D8D8D8. Windows color (decimal): -1190981 or 12309485. OLE color: 12309485.

HSL color Cylindrical-coordinate representation of color #EDD3BB: hue angle of 28.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDD3BB is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 187 -
CMYK 0 0.11 0.21 0.07
HSL 28.8º 0.58% 0.83% -
HSV(B) 28.8º 0.21% 0.93% -
XYZ 67.19 68.18 56.63 -
YUV 216.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 237 211 187 0 0.11 0.21 0.07 28.8 0.58 0.83
Hex ED D3 BB 0 B 15 7 1D 3A 53
Octal 355 323 273 0 13 25 7 35 72 123
Binary 11101101 11010011 10111011 0 1011 10101 111 11101 111010 1010011

Color Harmonies of #EDD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3BB

Black with #EDD3BB

Text Example


Text Example

White with #EDD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3BB; }

 p { color: rgb(237,211,187); }

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

background-color css

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

 a { background-color: rgb(237,211,187); }

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

border-color css

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

 span { border-color: rgb(237,211,187); }

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