#E7D0BA

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

Shades of Pink Lady #E7D0BA

Tints of Pink Lady #E7D0BA

Color information

#E7D0BA (or 0xE7D0BA) is unknown color: approx Pink Lady. HEX triplet: E7, D0 and BA. RGB value is (231,208,186). Sum of RGB (Red+Green+Blue) = 231+208+186=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0BA is #182F45. Grayscale: #D4D4D4. Windows color (decimal): -1584966 or 12243175. OLE color: 12243175.

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

Color convert

RGB231208186-
CMYK00.100.190.09
HSL29.33º48.39%81.76%-
HSV(B)29.33º19.48%90.59%-
XYZ64.3765.6555.73-
YUV212.37113.12141.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=36.96%
G=33.28%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120818600.100.190.0929.3348.3981.76
HexE7D0BA0A1391d3052
Octal34732027201223113560122
Binary11100111110100001011101001010100111001111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0BA; }

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

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

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

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

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

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

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

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