#EDF1DA

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

Shades of Rice Flower #EDF1DA

Tints of Rice Flower #EDF1DA

Color information

#EDF1DA (or 0xEDF1DA) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and DA. RGB value is (237,241,218). Sum of RGB (Red+Green+Blue) = 237+241+218=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1DA is #120E25. Grayscale: #EDEDED. Windows color (decimal): -1183270 or 14348781. OLE color: 14348781.

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

Color convert

RGB237241218-
CMYK0.0200.100.05
HSL70.43º45.1%90%-
HSV(B)70.43º9.54%94.51%-
XYZ79.0485.9878.76-
YUV237.18117.17127.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 218 (85.55% from 255) = 31.32%
R=34.05%
G=34.63%
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
Decimal2372412180.0200.100.0570.4345.190
HexEDF1DA20A5462d5a
Octal3553613322012510655132
Binary111011011111000111011010100101010110001101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1DA; }

 p { color: rgb(237,241,218); }

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

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

 a { background-color: rgb(237,241,218); }

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

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

 span { border-color: rgb(237,241,218); }

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