#EDF4D8

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

Shades of Rice Flower #EDF4D8

Tints of Rice Flower #EDF4D8

Color information

#EDF4D8 (or 0xEDF4D8) is unknown color: approx Rice Flower. HEX triplet: ED, F4 and D8. RGB value is (237,244,216). Sum of RGB (Red+Green+Blue) = 237+244+216=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4D8 is #120B27. Grayscale: #EEEEEE. Windows color (decimal): -1182504 or 14218477. OLE color: 14218477.

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

Color convert

RGB237244216-
CMYK0.0300.110.04
HSL75º56%90.2%-
HSV(B)75º11.48%95.69%-
XYZ79.6787.6677.69-
YUV238.71115.18126.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 244 (95.70% from 255) = 35.01%
BLUE value IS 216 (84.77% from 255) = 30.99%
R=34.00%
G=35.01%
B=30.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442160.0300.110.04755690.2
HexEDF4D830B44b385a
Octal3553643303013411370132
Binary111011011111010011011000110101110010010111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4D8; }

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

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

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

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

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

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

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

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