#ECF1CE

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

Shades of Rice Flower #ECF1CE

Tints of Rice Flower #ECF1CE

Color information

#ECF1CE (or 0xECF1CE) is unknown color: approx Rice Flower. HEX triplet: EC, F1 and CE. RGB value is (236,241,206). Sum of RGB (Red+Green+Blue) = 236+241+206=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1CE is #130E31. Grayscale: #EBEBEB. Windows color (decimal): -1248818 or 13562348. OLE color: 13562348.

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

Color convert

RGB236241206-
CMYK0.0200.150.05
HSL68.57º55.56%87.65%-
HSV(B)68.57º14.52%94.51%-
XYZ77.1985.270.77-
YUV235.52111.34128.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 206 (80.86% from 255) = 30.16%
R=34.55%
G=35.29%
B=30.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412060.0200.150.0568.5755.5687.65
HexECF1CE20F5453858
Octal3543613162017510570130
Binary111011001111000111001110100111110110001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1CE; }

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

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

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

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

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

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

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

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