#ECF1DA

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

Shades of Rice Flower #ECF1DA

Tints of Rice Flower #ECF1DA

Color information

#ECF1DA (or 0xECF1DA) is unknown color: approx Rice Flower. HEX triplet: EC, F1 and DA. RGB value is (236,241,218). Sum of RGB (Red+Green+Blue) = 236+241+218=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1DA is #130E25. Grayscale: #ECECEC. Windows color (decimal): -1248806 or 14348780. OLE color: 14348780.

HSL color Cylindrical-coordinate representation of color #ECF1DA: hue angle of 73.04º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECF1DA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB236241218-
CMYK0.0200.100.05
HSL73.04º45.1%90%-
HSV(B)73.04º9.54%94.51%-
XYZ78.785.8178.74-
YUV236.88117.34127.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 241 (94.53% from 255) = 34.68%
BLUE value IS 218 (85.55% from 255) = 31.37%
R=33.96%
G=34.68%
B=31.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412180.0200.100.0573.0445.190
HexECF1DA20A5492d5a
Octal3543613322012511155132
Binary111011001111000111011010100101010110010011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1DA; }

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

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

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

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

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

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

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

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