#ECF2CE

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

Shades of Rice Flower #ECF2CE

Tints of Rice Flower #ECF2CE

Color information

#ECF2CE (or 0xECF2CE) is unknown color: approx Rice Flower. HEX triplet: EC, F2 and CE. RGB value is (236,242,206). Sum of RGB (Red+Green+Blue) = 236+242+206=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CE is #130D31. Grayscale: #ECECEC. Windows color (decimal): -1248562 or 13562604. OLE color: 13562604.

HSL color Cylindrical-coordinate representation of color #ECF2CE: hue angle of 70º degrees, saturation: 0.58, 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 #ECF2CE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB236242206-
CMYK0.0200.150.05
HSL70º58.06%87.84%-
HSV(B)70º14.88%94.9%-
XYZ77.4885.7970.87-
YUV236.1111.01127.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 206 (80.86% from 255) = 30.12%
R=34.50%
G=35.38%
B=30.12%

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
Decimal2362422060.0200.150.057058.0687.84
HexECF2CE20F5463a58
Octal3543623162017510672130
Binary111011001111001011001110100111110110001101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2CE; }

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

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

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

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

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

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

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

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