#EDF3DA

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

Shades of Rice Flower #EDF3DA

Tints of Rice Flower #EDF3DA

Color information

#EDF3DA (or 0xEDF3DA) is unknown color: approx Rice Flower. HEX triplet: ED, F3 and DA. RGB value is (237,243,218). Sum of RGB (Red+Green+Blue) = 237+243+218=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DA is #120C25. Grayscale: #EEEEEE. Windows color (decimal): -1182758 or 14349293. OLE color: 14349293.

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

Color convert

RGB237243218-
CMYK0.0200.100.05
HSL74.4º51.02%90.39%-
HSV(B)74.4º10.29%95.29%-
XYZ79.6387.1778.96-
YUV238.36116.51127.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 243 (95.31% from 255) = 34.81%
BLUE value IS 218 (85.55% from 255) = 31.23%
R=33.95%
G=34.81%
B=31.23%

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
Decimal2372432180.0200.100.0574.451.0290.39
HexEDF3DA20A54a335a
Octal3553633322012511263132
Binary111011011111001111011010100101010110010101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3DA; }

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

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

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

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

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

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

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

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