#EDF1D6

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

Shades of Rice Flower #EDF1D6

Tints of Rice Flower #EDF1D6

Color information

#EDF1D6 (or 0xEDF1D6) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and D6. RGB value is (237,241,214). Sum of RGB (Red+Green+Blue) = 237+241+214=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1D6 is #120E29. Grayscale: #ECECEC. Windows color (decimal): -1183274 or 14086637. OLE color: 14086637.

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

Color convert

RGB237241214-
CMYK0.0200.110.05
HSL68.89º49.09%89.22%-
HSV(B)68.89º11.2%94.51%-
XYZ78.5285.7776.04-
YUV236.73115.17128.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 241 (94.53% from 255) = 34.83%
BLUE value IS 214 (83.98% from 255) = 30.92%
R=34.25%
G=34.83%
B=30.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412140.0200.110.0568.8949.0989.22
HexEDF1D620B5453159
Octal3553613262013510561131
Binary111011011111000111010110100101110110001011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1D6; }

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

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

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

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

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

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

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

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