#EDF1CF

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

Shades of Rice Flower #EDF1CF

Tints of Rice Flower #EDF1CF

Color information

#EDF1CF (or 0xEDF1CF) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and CF. RGB value is (237,241,207). Sum of RGB (Red+Green+Blue) = 237+241+207=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1CF is #120E30. Grayscale: #ECECEC. Windows color (decimal): -1183281 or 13627885. OLE color: 13627885.

HSL color Cylindrical-coordinate representation of color #EDF1CF: hue angle of 67.06º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDF1CF is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB237241207-
CMYK0.0200.140.05
HSL67.06º54.84%87.84%-
HSV(B)67.06º14.11%94.51%-
XYZ77.6485.4271.43-
YUV235.93111.67128.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 207 (81.25% from 255) = 30.22%
R=34.60%
G=35.18%
B=30.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412070.0200.140.0567.0654.8487.84
HexEDF1CF20E5433758
Octal3553613172016510367130
Binary111011011111000111001111100111010110000111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1CF; }

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

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

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

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

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

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

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

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