Html Css Color HEX #E9D3BA Pink Lady

📋 copy color: '#E9D3BA'

red 233 ◦ green 211 ◦ blue 186

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

Shades of Pink Lady #E9D3BA

Tints of Pink Lady #E9D3BA

RGB

 RED value IS 233 (91.41% from 255) = 36.98%

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

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

R = 36.98%
G = 33.49%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9D3BA (or 0xE9D3BA) is known color: Pink Lady. HEX triplet: E9, D3 and BA. RGB value is (233,211,186). Sum of RGB (Red+Green+Blue) = 233+211+186=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3BA is #162C45. Grayscale: #D6D6D6. Windows color (decimal): -1453126 or 12243945. OLE color: 12243945.

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

Color convert

RGB 233 211 186 -
CMYK 0 0.09 0.20 0.09
HSL 31.91º 0.52% 0.82% -
HSV(B) 31.91º 0.2% 0.91% -
XYZ 65.76 67.46 56.01 -
YUV 214.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 233 211 186 0 0.09 0.20 0.09 31.91 0.52 0.82
Hex E9 D3 BA 0 9 14 9 20 34 52
Octal 351 323 272 0 11 24 11 40 64 122
Binary 11101001 11010011 10111010 0 1001 10100 1001 100000 110100 1010010

Color Harmonies of #E9D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D3BA

Black with #E9D3BA

Text Example


Text Example

White with #E9D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D3BA; }

 p { color: rgb(233,211,186); }

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

background-color css

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

 a { background-color: rgb(233,211,186); }

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

border-color css

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

 span { border-color: rgb(233,211,186); }

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