#ECF1D5

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

Shades of Rice Flower #ECF1D5

Tints of Rice Flower #ECF1D5

Color information

#ECF1D5 (or 0xECF1D5) is unknown color: approx Rice Flower. HEX triplet: EC, F1 and D5. RGB value is (236,241,213). Sum of RGB (Red+Green+Blue) = 236+241+213=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1D5 is #130E2A. Grayscale: #ECECEC. Windows color (decimal): -1248811 or 14021100. OLE color: 14021100.

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

Color convert

RGB236241213-
CMYK0.0200.120.05
HSL70.71º50%89.02%-
HSV(B)70.71º11.62%94.51%-
XYZ78.0685.5575.35-
YUV236.31114.84127.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 213 (83.59% from 255) = 30.87%
R=34.20%
G=34.93%
B=30.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412130.0200.120.0570.715089.02
HexECF1D520C5473259
Octal3543613252014510762131
Binary111011001111000111010101100110010110001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1D5; }

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

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

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

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

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

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

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

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