#ECF2BD

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

Shades of Chiffon #ECF2BD

Tints of Chiffon #ECF2BD

Color information

#ECF2BD (or 0xECF2BD) is unknown color: approx Chiffon. HEX triplet: EC, F2 and BD. RGB value is (236,242,189). Sum of RGB (Red+Green+Blue) = 236+242+189=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2BD is #130D42. Grayscale: #EAEAEA. Windows color (decimal): -1248579 or 12448492. OLE color: 12448492.

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

Color convert

RGB236242189-
CMYK0.0200.220.05
HSL66.79º67.09%84.51%-
HSV(B)66.79º21.9%94.9%-
XYZ75.5385.0160.57-
YUV234.16102.51129.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 189 (74.22% from 255) = 28.34%
R=35.38%
G=36.28%
B=28.34%

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
Decimal2362421890.0200.220.0566.7967.0984.51
HexECF2BD20165434355
Octal35436227520265103103125
Binary11101100111100101011110110010110101100001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2BD; }

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

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

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

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

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

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

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

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