#E3CCB2

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

Shades of Givry #E3CCB2

Tints of Givry #E3CCB2

Color information

#E3CCB2 (or 0xE3CCB2) is unknown color: approx Givry. HEX triplet: E3, CC and B2. RGB value is (227,204,178). Sum of RGB (Red+Green+Blue) = 227+204+178=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CCB2 is #1C334D. Grayscale: #D0D0D0. Windows color (decimal): -1848142 or 11717859. OLE color: 11717859.

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

Color convert

RGB227204178-
CMYK00.100.220.11
HSL31.84º46.67%79.41%-
HSV(B)31.84º21.59%89.02%-
XYZ61.3162.7351-
YUV207.91111.12141.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 178 (69.92% from 255) = 29.23%
R=37.27%
G=33.50%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720417800.100.220.1131.8446.6779.41
HexE3CCB20A16B202f4f
Octal34331426201226134057117
Binary111000111100110010110010010101011010111000001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CCB2; }

 p { color: rgb(227,204,178); }

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

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

 a { background-color: rgb(227,204,178); }

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

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

 span { border-color: rgb(227,204,178); }

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