#E2CDAC

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

Shades of Givry #E2CDAC

Tints of Givry #E2CDAC

Color information

#E2CDAC (or 0xE2CDAC) is unknown color: approx Givry. HEX triplet: E2, CD and AC. RGB value is (226,205,172). Sum of RGB (Red+Green+Blue) = 226+205+172=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CDAC is #1D3253. Grayscale: #CFCFCF. Windows color (decimal): -1913428 or 11324898. OLE color: 11324898.

HSL color Cylindrical-coordinate representation of color #E2CDAC: hue angle of 36.67º degrees, saturation: 0.48, 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 #E2CDAC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226205172-
CMYK00.090.240.11
HSL36.67º48.21%78.04%-
HSV(B)36.67º23.89%88.63%-
XYZ60.6462.8147.96-
YUV207.52107.96141.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=37.48%
G=34.00%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620517200.090.240.1136.6748.2178.04
HexE2CDAC0918B25304e
Octal34231525401130134560116
Binary111000101100110110101100010011100010111001011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDAC; }

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

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

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

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

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

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

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

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