#ECF1CF

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

Shades of Rice Flower #ECF1CF

Tints of Rice Flower #ECF1CF

Color information

#ECF1CF (or 0xECF1CF) is unknown color: approx Rice Flower. HEX triplet: EC, F1 and CF. RGB value is (236,241,207). Sum of RGB (Red+Green+Blue) = 236+241+207=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1CF is #130E30. Grayscale: #EBEBEB. Windows color (decimal): -1248817 or 13627884. OLE color: 13627884.

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

Color convert

RGB236241207-
CMYK0.0200.140.05
HSL68.82º54.84%87.84%-
HSV(B)68.82º14.11%94.51%-
XYZ77.3185.2571.41-
YUV235.63111.84128.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 207 (81.25% from 255) = 30.26%
R=34.50%
G=35.23%
B=30.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412070.0200.140.0568.8254.8487.84
HexECF1CF20E5453758
Octal3543613172016510567130
Binary111011001111000111001111100111010110001011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1CF; }

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

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

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

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

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

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

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

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