Html Css Color HEX #E7D1BA Pink Lady

📋 copy color: '#E7D1BA'

red 231 ◦ green 209 ◦ blue 186

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

Shades of Pink Lady #E7D1BA

Tints of Pink Lady #E7D1BA

RGB

 RED value IS 231 (90.63% from 255) = 36.9%

 GREEN value IS 209 (82.03% from 255) = 33.39%

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

R = 36.9%
G = 33.39%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7D1BA (or 0xE7D1BA) is known color: Pink Lady. HEX triplet: E7, D1 and BA. RGB value is (231,209,186). Sum of RGB (Red+Green+Blue) = 231+209+186=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1BA is #182E45. Grayscale: #D5D5D5. Windows color (decimal): -1584710 or 12243431. OLE color: 12243431.

HSL color Cylindrical-coordinate representation of color #E7D1BA: hue angle of 30.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D1BA is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 209 186 -
CMYK 0 0.10 0.19 0.09
HSL 30.67º 0.48% 0.82% -
HSV(B) 30.67º 0.19% 0.91% -
XYZ 64.62 66.14 55.81 -
YUV 212.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 231 209 186 0 0.10 0.19 0.09 30.67 0.48 0.82
Hex E7 D1 BA 0 A 13 9 1F 30 52
Octal 347 321 272 0 12 23 11 37 60 122
Binary 11100111 11010001 10111010 0 1010 10011 1001 11111 110000 1010010

Color Harmonies of #E7D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D1BA

Black with #E7D1BA

Text Example


Text Example

White with #E7D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D1BA; }

 p { color: rgb(231,209,186); }

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

background-color css

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

 a { background-color: rgb(231,209,186); }

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

border-color css

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

 span { border-color: rgb(231,209,186); }

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