#E8D2BA

Color #E8D2BA Pink Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lady #E8D2BA

Tints of Pink Lady #E8D2BA

Color information

#E8D2BA (or 0xE8D2BA) is unknown color: approx Pink Lady. HEX triplet: E8, D2 and BA. RGB value is (232,210,186). Sum of RGB (Red+Green+Blue) = 232+210+186=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2BA is #172D45. Grayscale: #D5D5D5. Windows color (decimal): -1518918 or 12243688. OLE color: 12243688.

HSL color Cylindrical-coordinate representation of color #E8D2BA: hue angle of 31.3º degrees, saturation: 0.5, 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 #E8D2BA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232210186-
CMYK00.090.200.09
HSL31.3º50%81.96%-
HSV(B)31.3º19.83%90.98%-
XYZ65.1966.7955.91-
YUV213.84112.29140.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.94%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=36.94%
G=33.44%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221018600.090.200.0931.35081.96
HexE8D2BA091491f3252
Octal35032227201124113762122
Binary11101000110100101011101001001101001001111111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2BA; }

 p { color: rgb(232,210,186); }

 H1.HeaderClassName
 {
   color: #E8D2BA;
 }
 .AnyTagClassName
 {
   color: #E8D2BA;
 }
</style>
background-color css

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

 a { background-color: rgb(232,210,186); }

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

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

 span { border-color: rgb(232,210,186); }

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