#EDF1D8

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

Shades of Rice Flower #EDF1D8

Tints of Rice Flower #EDF1D8

Color information

#EDF1D8 (or 0xEDF1D8) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and D8. RGB value is (237,241,216). Sum of RGB (Red+Green+Blue) = 237+241+216=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1D8 is #120E27. Grayscale: #EDEDED. Windows color (decimal): -1183272 or 14217709. OLE color: 14217709.

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

Color convert

RGB237241216-
CMYK0.0200.100.05
HSL69.6º47.17%89.61%-
HSV(B)69.6º10.37%94.51%-
XYZ78.7885.8777.39-
YUV236.95116.17128.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 216 (84.77% from 255) = 31.12%
R=34.15%
G=34.73%
B=31.12%

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
Decimal2372412160.0200.100.0569.647.1789.61
HexEDF1D820A5462f5a
Octal3553613302012510657132
Binary111011011111000111011000100101010110001101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1D8; }

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

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

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

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

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

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

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

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