#ECF5BD

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

Shades of Chiffon #ECF5BD

Tints of Chiffon #ECF5BD

Color information

#ECF5BD (or 0xECF5BD) is unknown color: approx Chiffon. HEX triplet: EC, F5 and BD. RGB value is (236,245,189). Sum of RGB (Red+Green+Blue) = 236+245+189=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5BD is #130A42. Grayscale: #ECECEC. Windows color (decimal): -1247811 or 12449260. OLE color: 12449260.

HSL color Cylindrical-coordinate representation of color #ECF5BD: hue angle of 69.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECF5BD is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB236245189-
CMYK0.0400.230.04
HSL69.64º73.68%85.1%-
HSV(B)69.64º22.86%96.08%-
XYZ76.4386.8160.87-
YUV235.92101.52128.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 189 (74.22% from 255) = 28.21%
R=35.22%
G=36.57%
B=28.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362451890.0400.230.0469.6473.6885.1
HexECF5BD40174464a55
Octal35436527540274106112125
Binary111011001111010110111101100010111100100011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5BD; }

 p { color: rgb(236,245,189); }

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

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

 a { background-color: rgb(236,245,189); }

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

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

 span { border-color: rgb(236,245,189); }

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