#ECF1DC

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

Shades of Rice Flower #ECF1DC

Tints of Rice Flower #ECF1DC

Color information

#ECF1DC (or 0xECF1DC) is unknown color: approx Rice Flower. HEX triplet: EC, F1 and DC. RGB value is (236,241,220). Sum of RGB (Red+Green+Blue) = 236+241+220=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1DC is #130E23. Grayscale: #EDEDED. Windows color (decimal): -1248804 or 14479852. OLE color: 14479852.

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

Color convert

RGB236241220-
CMYK0.0200.090.05
HSL74.29º42.86%90.39%-
HSV(B)74.29º8.71%94.51%-
XYZ78.9785.9180.13-
YUV237.11118.34127.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=33.86%
G=34.58%
B=31.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412200.0200.090.0574.2942.8690.39
HexECF1DC20954a2b5a
Octal3543613342011511253132
Binary111011001111000111011100100100110110010101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1DC; }

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

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

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

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

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

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

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

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