#ECF0DA

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

Shades of Rice Flower #ECF0DA

Tints of Rice Flower #ECF0DA

Color information

#ECF0DA (or 0xECF0DA) is unknown color: approx Rice Flower. HEX triplet: EC, F0 and DA. RGB value is (236,240,218). Sum of RGB (Red+Green+Blue) = 236+240+218=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0DA is #130F25. Grayscale: #ECECEC. Windows color (decimal): -1249062 or 14348524. OLE color: 14348524.

HSL color Cylindrical-coordinate representation of color #ECF0DA: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF0DA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB236240218-
CMYK0.0200.090.06
HSL70.91º42.31%89.8%-
HSV(B)70.91º9.17%94.12%-
XYZ78.4185.2178.65-
YUV236.3117.67127.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=34.01%
G=34.58%
B=31.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362402180.0200.090.0670.9142.3189.8
HexECF0DA2096472a5a
Octal3543603322011610752132
Binary111011001111000011011010100100111010001111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0DA; }

 p { color: rgb(236,240,218); }

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

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

 a { background-color: rgb(236,240,218); }

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

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

 span { border-color: rgb(236,240,218); }

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