#ECF1CA

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

Shades of Rice Flower #ECF1CA

Tints of Rice Flower #ECF1CA

Color information

#ECF1CA (or 0xECF1CA) is unknown color: approx Rice Flower. HEX triplet: EC, F1 and CA. RGB value is (236,241,202). Sum of RGB (Red+Green+Blue) = 236+241+202=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1CA is #130E35. Grayscale: #EBEBEB. Windows color (decimal): -1248822 or 13300204. OLE color: 13300204.

HSL color Cylindrical-coordinate representation of color #ECF1CA: hue angle of 67.69º 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 #ECF1CA is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB236241202-
CMYK0.0200.160.05
HSL67.69º58.21%86.86%-
HSV(B)67.69º16.18%94.51%-
XYZ76.7185.0168.24-
YUV235.06109.34128.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 202 (79.30% from 255) = 29.75%
R=34.76%
G=35.49%
B=29.75%

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
Decimal2362412020.0200.160.0567.6958.2186.86
HexECF1CA20105443a57
Octal3543613122020510472127
Binary1110110011110001110010101001000010110001001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1CA; }

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

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

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

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

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

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

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

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