#E8D3B2

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

Shades of Givry #E8D3B2

Tints of Givry #E8D3B2

Color information

#E8D3B2 (or 0xE8D3B2) is unknown color: approx Givry. HEX triplet: E8, D3 and B2. RGB value is (232,211,178). Sum of RGB (Red+Green+Blue) = 232+211+178=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D3B2 is #172C4D. Grayscale: #D5D5D5. Windows color (decimal): -1518670 or 11719656. OLE color: 11719656.

HSL color Cylindrical-coordinate representation of color #E8D3B2: hue angle of 36.67º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8D3B2 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB232211178-
CMYK00.090.230.09
HSL36.67º54%80.39%-
HSV(B)36.67º23.28%90.98%-
XYZ64.6166.9651.64-
YUV213.52107.96141.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.36%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 178 (69.92% from 255) = 28.66%
R=37.36%
G=33.98%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221117800.090.230.0936.675480.39
HexE8D3B209179253650
Octal35032326201127114566120
Binary111010001101001110110010010011011110011001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3B2; }

 p { color: rgb(232,211,178); }

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

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

 a { background-color: rgb(232,211,178); }

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

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

 span { border-color: rgb(232,211,178); }

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