#ECE7E5

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

Shades of Sauvignon #ECE7E5

Tints of Sauvignon #ECE7E5

Color information

#ECE7E5 (or 0xECE7E5) is unknown color: approx Sauvignon. HEX triplet: EC, E7 and E5. RGB value is (236,231,229). Sum of RGB (Red+Green+Blue) = 236+231+229=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 231 (90.62% from 255 or 33.19% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7E5 is #13181A. Grayscale: #E8E8E8. Windows color (decimal): -1251355 or 15067116. OLE color: 15067116.

HSL color Cylindrical-coordinate representation of color #ECE7E5: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE7E5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236231229-
CMYK00.020.030.07
HSL17.14º15.56%91.18%-
HSV(B)17.14º2.97%92.55%-
XYZ77.3180.6485.62-
YUV232.27126.16130.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 231 (90.62% from 255) = 33.19%
BLUE value IS 229 (89.84% from 255) = 32.90%
R=33.91%
G=33.19%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623122900.020.030.0717.1415.5691.18
HexECE7E5023711105b
Octal35434734502372120133
Binary1110110011100111111001010101111110001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7E5; }

 p { color: rgb(236,231,229); }

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

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

 a { background-color: rgb(236,231,229); }

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

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

 span { border-color: rgb(236,231,229); }

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