#ECF2BC

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

Shades of Chiffon #ECF2BC

Tints of Chiffon #ECF2BC

Color information

#ECF2BC (or 0xECF2BC) is unknown color: approx Chiffon. HEX triplet: EC, F2 and BC. RGB value is (236,242,188). Sum of RGB (Red+Green+Blue) = 236+242+188=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2BC is #130D43. Grayscale: #EAEAEA. Windows color (decimal): -1248580 or 12382956. OLE color: 12382956.

HSL color Cylindrical-coordinate representation of color #ECF2BC: hue angle of 66.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECF2BC is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB236242188-
CMYK0.0200.220.05
HSL66.67º67.5%84.31%-
HSV(B)66.67º22.31%94.9%-
XYZ75.4284.9760-
YUV234.05102.01129.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 188 (73.83% from 255) = 28.23%
R=35.44%
G=36.34%
B=28.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362421880.0200.220.0566.6767.584.31
HexECF2BC20165434454
Octal35436227420265103104124
Binary11101100111100101011110010010110101100001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2BC; }

 p { color: rgb(236,242,188); }

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

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

 a { background-color: rgb(236,242,188); }

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

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

 span { border-color: rgb(236,242,188); }

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