#EDF2DA

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

Shades of Rice Flower #EDF2DA

Tints of Rice Flower #EDF2DA

Color information

#EDF2DA (or 0xEDF2DA) is unknown color: approx Rice Flower. HEX triplet: ED, F2 and DA. RGB value is (237,242,218). Sum of RGB (Red+Green+Blue) = 237+242+218=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DA is #120D25. Grayscale: #EDEDED. Windows color (decimal): -1183014 or 14349037. OLE color: 14349037.

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

Color convert

RGB237242218-
CMYK0.0200.100.05
HSL72.5º48%90.2%-
HSV(B)72.5º9.92%94.9%-
XYZ79.3386.5778.86-
YUV237.77116.84127.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 218 (85.55% from 255) = 31.28%
R=34.00%
G=34.72%
B=31.28%

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
Decimal2372422180.0200.100.0572.54890.2
HexEDF2DA20A548305a
Octal3553623322012511060132
Binary111011011111001011011010100101010110010001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2DA; }

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

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

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

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

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

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

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

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