#E3CDAC

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

Shades of Givry #E3CDAC

Tints of Givry #E3CDAC

Color information

#E3CDAC (or 0xE3CDAC) is unknown color: approx Givry. HEX triplet: E3, CD and AC. RGB value is (227,205,172). Sum of RGB (Red+Green+Blue) = 227+205+172=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CDAC is #1C3253. Grayscale: #CFCFCF. Windows color (decimal): -1847892 or 11324899. OLE color: 11324899.

HSL color Cylindrical-coordinate representation of color #E3CDAC: hue angle of 36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3CDAC is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227205172-
CMYK00.100.240.11
HSL36º49.55%78.24%-
HSV(B)36º24.23%89.02%-
XYZ60.9662.9747.97-
YUV207.82107.79141.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.58%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=37.58%
G=33.94%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720517200.100.240.113649.5578.24
HexE3CDAC0A18B24324e
Octal34331525401230134462116
Binary111000111100110110101100010101100010111001001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDAC; }

 p { color: rgb(227,205,172); }

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

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

 a { background-color: rgb(227,205,172); }

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

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

 span { border-color: rgb(227,205,172); }

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