Html Css Color HEX #EDD6BA Pink Lady

📋 copy color: '#EDD6BA'

red 237 ◦ green 214 ◦ blue 186

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

Shades of Pink Lady #EDD6BA

Tints of Pink Lady #EDD6BA

RGB

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

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

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

R = 37.21%
G = 33.59%
B = 29.2%

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

#EDD6BA (or 0xEDD6BA) is known color: Pink Lady. HEX triplet: ED, D6 and BA. RGB value is (237,214,186). Sum of RGB (Red+Green+Blue) = 237+214+186=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6BA is #122945. Grayscale: #D9D9D9. Windows color (decimal): -1190214 or 12244717. OLE color: 12244717.

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

Color convert

RGB 237 214 186 -
CMYK 0 0.10 0.22 0.07
HSL 32.94º 0.59% 0.83% -
HSV(B) 32.94º 0.22% 0.93% -
XYZ 67.83 69.64 56.32 -
YUV 217.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 237 214 186 0 0.10 0.22 0.07 32.94 0.59 0.83
Hex ED D6 BA 0 A 16 7 21 3B 53
Octal 355 326 272 0 12 26 7 41 73 123
Binary 11101101 11010110 10111010 0 1010 10110 111 100001 111011 1010011

Color Harmonies of #EDD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6BA

Black with #EDD6BA

Text Example


Text Example

White with #EDD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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