#ECF5CF

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

Shades of Rice Flower #ECF5CF

Tints of Rice Flower #ECF5CF

Color information

#ECF5CF (or 0xECF5CF) is unknown color: approx Rice Flower. HEX triplet: EC, F5 and CF. RGB value is (236,245,207). Sum of RGB (Red+Green+Blue) = 236+245+207=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5CF is #130A30. Grayscale: #EEEEEE. Windows color (decimal): -1247793 or 13628908. OLE color: 13628908.

HSL color Cylindrical-coordinate representation of color #ECF5CF: hue angle of 74.21º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF5CF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB236245207-
CMYK0.0400.160.04
HSL74.21º65.52%88.63%-
HSV(B)74.21º15.51%96.08%-
XYZ78.5187.6471.81-
YUV237.98110.52126.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 245 (96.09% from 255) = 35.61%
BLUE value IS 207 (81.25% from 255) = 30.09%
R=34.30%
G=35.61%
B=30.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362452070.0400.160.0474.2165.5288.63
HexECF5CF401044a4259
Octal35436531740204112102131
Binary111011001111010111001111100010000100100101010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5CF; }

 p { color: rgb(236,245,207); }

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

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

 a { background-color: rgb(236,245,207); }

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

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

 span { border-color: rgb(236,245,207); }

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