#E8CFB4

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

Shades of Givry #E8CFB4

Tints of Givry #E8CFB4

Color information

#E8CFB4 (or 0xE8CFB4) is unknown color: approx Givry. HEX triplet: E8, CF and B4. RGB value is (232,207,180). Sum of RGB (Red+Green+Blue) = 232+207+180=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFB4 is #17304B. Grayscale: #D3D3D3. Windows color (decimal): -1519692 or 11849704. OLE color: 11849704.

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

Color convert

RGB232207180-
CMYK00.110.220.09
HSL31.15º53.06%80.78%-
HSV(B)31.15º22.41%90.98%-
XYZ63.8365.0852.38-
YUV211.4110.28142.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.48%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 180 (70.70% from 255) = 29.08%
R=37.48%
G=33.44%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220718000.110.220.0931.1553.0680.78
HexE8CFB40B1691f3551
Octal35031726401326113765121
Binary11101000110011111011010001011101101001111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFB4; }

 p { color: rgb(232,207,180); }

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

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

 a { background-color: rgb(232,207,180); }

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

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

 span { border-color: rgb(232,207,180); }

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