#E3CFAF

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

Shades of Givry #E3CFAF

Tints of Givry #E3CFAF

Color information

#E3CFAF (or 0xE3CFAF) is unknown color: approx Givry. HEX triplet: E3, CF and AF. RGB value is (227,207,175). Sum of RGB (Red+Green+Blue) = 227+207+175=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CFAF is #1C3050. Grayscale: #D1D1D1. Windows color (decimal): -1847377 or 11522019. OLE color: 11522019.

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

Color convert

RGB227207175-
CMYK00.090.230.11
HSL36.92º48.15%78.82%-
HSV(B)36.92º22.91%89.02%-
XYZ61.7364.0549.67-
YUV209.33108.63140.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=37.27%
G=33.99%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720717500.090.230.1136.9248.1578.82
HexE3CFAF0917B25304f
Octal34331725701127134560117
Binary111000111100111110101111010011011110111001011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFAF; }

 p { color: rgb(227,207,175); }

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

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

 a { background-color: rgb(227,207,175); }

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

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

 span { border-color: rgb(227,207,175); }

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