#EDF7D4

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

Shades of Rice Flower #EDF7D4

Tints of Rice Flower #EDF7D4

Color information

#EDF7D4 (or 0xEDF7D4) is unknown color: approx Rice Flower. HEX triplet: ED, F7 and D4. RGB value is (237,247,212). Sum of RGB (Red+Green+Blue) = 237+247+212=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 212 (83.20% from 255 or 30.46% from 696); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7D4 is #12082B. Grayscale: #F0F0F0. Windows color (decimal): -1181740 or 13957101. OLE color: 13957101.

HSL color Cylindrical-coordinate representation of color #EDF7D4: hue angle of 77.14º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDF7D4 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB237247212-
CMYK0.0400.140.03
HSL77.14º68.63%90%-
HSV(B)77.14º14.17%96.86%-
XYZ80.0789.2875.3-
YUV240.02112.19125.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 247 (96.88% from 255) = 35.49%
BLUE value IS 212 (83.20% from 255) = 30.46%
R=34.05%
G=35.49%
B=30.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472120.0400.140.0377.1468.6390
HexEDF7D440E34d455a
Octal35536732440163115105132
Binary1110110111110111110101001000111011100110110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7D4; }

 p { color: rgb(237,247,212); }

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

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

 a { background-color: rgb(237,247,212); }

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

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

 span { border-color: rgb(237,247,212); }

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