#E1CDAC

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

Shades of Givry #E1CDAC

Tints of Givry #E1CDAC

Color information

#E1CDAC (or 0xE1CDAC) is unknown color: approx Givry. HEX triplet: E1, CD and AC. RGB value is (225,205,172). Sum of RGB (Red+Green+Blue) = 225+205+172=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDAC is #1E3253. Grayscale: #CFCFCF. Windows color (decimal): -1978964 or 11324897. OLE color: 11324897.

HSL color Cylindrical-coordinate representation of color #E1CDAC: hue angle of 37.36º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CDAC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225205172-
CMYK00.090.240.12
HSL37.36º46.9%77.84%-
HSV(B)37.36º23.56%88.24%-
XYZ60.3362.6547.94-
YUV207.22108.13140.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=37.38%
G=34.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520517200.090.240.1237.3646.977.84
HexE1CDAC0918C252f4e
Octal34131525401130144557116
Binary111000011100110110101100010011100011001001011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDAC; }

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

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

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

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

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

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

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

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