#ECF1CB

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

Shades of Rice Flower #ECF1CB

Tints of Rice Flower #ECF1CB

Color information

#ECF1CB (or 0xECF1CB) is unknown color: approx Rice Flower. HEX triplet: EC, F1 and CB. RGB value is (236,241,203). Sum of RGB (Red+Green+Blue) = 236+241+203=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1CB is #130E34. Grayscale: #EBEBEB. Windows color (decimal): -1248821 or 13365740. OLE color: 13365740.

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

Color convert

RGB236241203-
CMYK0.0200.160.05
HSL67.89º57.58%87.06%-
HSV(B)67.89º15.77%94.51%-
XYZ76.8385.0668.87-
YUV235.17109.84128.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=34.71%
G=35.44%
B=29.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412030.0200.160.0567.8957.5887.06
HexECF1CB20105443a57
Octal3543613132020510472127
Binary1110110011110001110010111001000010110001001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1CB; }

 p { color: rgb(236,241,203); }

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

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

 a { background-color: rgb(236,241,203); }

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

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

 span { border-color: rgb(236,241,203); }

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