Html Css Color HEX #E8D0BA Pink Lady

📋 copy color: '#E8D0BA'

red 232 ◦ green 208 ◦ blue 186

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

Shades of Pink Lady #E8D0BA

Tints of Pink Lady #E8D0BA

RGB

 RED value IS 232 (91.02% from 255) = 37.06%

 GREEN value IS 208 (81.64% from 255) = 33.23%

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

R = 37.06%
G = 33.23%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E8D0BA (or 0xE8D0BA) is known color: Pink Lady. HEX triplet: E8, D0 and BA. RGB value is (232,208,186). Sum of RGB (Red+Green+Blue) = 232+208+186=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0BA is #172F45. Grayscale: #D4D4D4. Windows color (decimal): -1519430 or 12243176. OLE color: 12243176.

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

Color convert

RGB 232 208 186 -
CMYK 0 0.10 0.20 0.09
HSL 28.7º 0.5% 0.82% -
HSV(B) 28.7º 0.2% 0.91% -
XYZ 64.7 65.81 55.75 -
YUV 212.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 232 208 186 0 0.10 0.20 0.09 28.7 0.5 0.82
Hex E8 D0 BA 0 A 14 9 1D 32 52
Octal 350 320 272 0 12 24 11 35 62 122
Binary 11101000 11010000 10111010 0 1010 10100 1001 11101 110010 1010010

Color Harmonies of #E8D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0BA

Black with #E8D0BA

Text Example


Text Example

White with #E8D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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