Html Css Color HEX #EDD6B9 Pink Lady

📋 copy color: '#EDD6B9'

red 237 ◦ green 214 ◦ blue 185

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

Shades of Pink Lady #EDD6B9

Tints of Pink Lady #EDD6B9

RGB

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

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

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

R = 37.26%
G = 33.65%
B = 29.09%

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

#EDD6B9 (or 0xEDD6B9) is known color: Pink Lady. HEX triplet: ED, D6 and B9. RGB value is (237,214,185). Sum of RGB (Red+Green+Blue) = 237+214+185=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6B9 is #122946. Grayscale: #D9D9D9. Windows color (decimal): -1190215 or 12179181. OLE color: 12179181.

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

Color convert

RGB 237 214 185 -
CMYK 0 0.10 0.22 0.07
HSL 33.46º 0.59% 0.83% -
HSV(B) 33.46º 0.22% 0.93% -
XYZ 67.73 69.6 55.76 -
YUV 217.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 237 214 185 0 0.10 0.22 0.07 33.46 0.59 0.83
Hex ED D6 B9 0 A 16 7 21 3B 53
Octal 355 326 271 0 12 26 7 41 73 123
Binary 11101101 11010110 10111001 0 1010 10110 111 100001 111011 1010011

Color Harmonies of #EDD6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6B9

Black with #EDD6B9

Text Example


Text Example

White with #EDD6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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