Html Css Color HEX #EDD5BB Pink Lady

📋 copy color: '#EDD5BB'

red 237 ◦ green 213 ◦ blue 187

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

Shades of Pink Lady #EDD5BB

Tints of Pink Lady #EDD5BB

RGB

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

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

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

R = 37.21%
G = 33.44%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDD5BB (or 0xEDD5BB) is known color: Pink Lady. HEX triplet: ED, D5 and BB. RGB value is (237,213,187). Sum of RGB (Red+Green+Blue) = 237+213+187=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BB is #122A44. Grayscale: #D9D9D9. Windows color (decimal): -1190469 or 12309997. OLE color: 12309997.

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

Color convert

RGB 237 213 187 -
CMYK 0 0.10 0.21 0.07
HSL 31.2º 0.58% 0.83% -
HSV(B) 31.2º 0.21% 0.93% -
XYZ 67.69 69.18 56.8 -
YUV 217.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 237 213 187 0 0.10 0.21 0.07 31.2 0.58 0.83
Hex ED D5 BB 0 A 15 7 1F 3A 53
Octal 355 325 273 0 12 25 7 37 72 123
Binary 11101101 11010101 10111011 0 1010 10101 111 11111 111010 1010011

Color Harmonies of #EDD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5BB

Black with #EDD5BB

Text Example


Text Example

White with #EDD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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