#E7D2B6

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

Shades of Givry #E7D2B6

Tints of Givry #E7D2B6

Color information

#E7D2B6 (or 0xE7D2B6) is unknown color: approx Givry. HEX triplet: E7, D2 and B6. RGB value is (231,210,182). Sum of RGB (Red+Green+Blue) = 231+210+182=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2B6 is #182D49. Grayscale: #D5D5D5. Windows color (decimal): -1584458 or 11981543. OLE color: 11981543.

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

Color convert

RGB231210182-
CMYK00.090.210.09
HSL34.29º50.52%80.98%-
HSV(B)34.29º21.21%90.59%-
XYZ64.4566.4653.69-
YUV213.09110.46140.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.08%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 182 (71.48% from 255) = 29.21%
R=37.08%
G=33.71%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121018200.090.210.0934.2950.5280.98
HexE7D2B609159223351
Octal34732226601125114263121
Binary111001111101001010110110010011010110011000101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2B6; }

 p { color: rgb(231,210,182); }

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

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

 a { background-color: rgb(231,210,182); }

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

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

 span { border-color: rgb(231,210,182); }

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