#ECF2DA

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

Shades of Rice Flower #ECF2DA

Tints of Rice Flower #ECF2DA

Color information

#ECF2DA (or 0xECF2DA) is unknown color: approx Rice Flower. HEX triplet: EC, F2 and DA. RGB value is (236,242,218). Sum of RGB (Red+Green+Blue) = 236+242+218=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DA is #130D25. Grayscale: #EDEDED. Windows color (decimal): -1248550 or 14349036. OLE color: 14349036.

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

Color convert

RGB236242218-
CMYK0.0200.100.05
HSL75º48%90.2%-
HSV(B)75º9.92%94.9%-
XYZ7986.478.84-
YUV237.47117.01126.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 218 (85.55% from 255) = 31.32%
R=33.91%
G=34.77%
B=31.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422180.0200.100.05754890.2
HexECF2DA20A54b305a
Octal3543623322012511360132
Binary111011001111001011011010100101010110010111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2DA; }

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

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

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

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

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

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

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

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